diff options
author | Jhon Honce <jhonce@redhat.com> | 2018-02-20 11:11:41 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-22 12:39:08 +0000 |
commit | 8a9767114550bb0951eb605cb8bd537a834d2ac9 (patch) | |
tree | 741541872fde5fa4556957d041feae82ca113394 /libpod/container.go | |
parent | 3f004df38482e0f66bde5cc78028d57d52219997 (diff) | |
download | podman-8a9767114550bb0951eb605cb8bd537a834d2ac9.tar.gz podman-8a9767114550bb0951eb605cb8bd537a834d2ac9.tar.bz2 podman-8a9767114550bb0951eb605cb8bd537a834d2ac9.zip |
Corrected comment
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Closes: #370
Approved by: rhatdan
Diffstat (limited to 'libpod/container.go')
-rw-r--r-- | libpod/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/container.go b/libpod/container.go index 469b4180d..141d41656 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -37,7 +37,7 @@ const ( ContainerStatePaused ContainerStatus = iota ) -// CgroupParent is the default prefix to a cgroup path in libpod +// DefaultCgroupParent is the default prefix to a cgroup path in libpod var DefaultCgroupParent = "/libpod_parent" // LinuxNS represents a Linux namespace |