aboutsummaryrefslogtreecommitdiff
path: root/libpod/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/container.go')
-rw-r--r--libpod/container.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/container.go b/libpod/container.go
index 8dee0ae2e..dddf3d879 100644
--- a/libpod/container.go
+++ b/libpod/container.go
@@ -466,7 +466,7 @@ func (c *Container) CgroupParent() string {
// LogPath returns the path to the container's log file
// This file will only be present after Init() is called to create the container
-// in runc
+// in the runtime
func (c *Container) LogPath() string {
return c.config.LogPath
}