From e2e6f58e4e9e1426a88f6c58ae65fe9a50feb431 Mon Sep 17 00:00:00 2001 From: Xianlu Bird Date: Thu, 1 Dec 2016 15:23:58 +0800 Subject: [PATCH] Fix typo Fix typo --- libcontainer/container_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/container_linux.go b/libcontainer/container_linux.go index 82c6d8e44..53d6f78e9 100644 --- a/libcontainer/container_linux.go +++ b/libcontainer/container_linux.go @@ -366,7 +366,7 @@ func (c *linuxContainer) newSetnsProcess(p *Process, cmd *exec.Cmd, parentPipe, if err != nil { return nil, newSystemErrorWithCause(err, "getting container's current state") } - // for setns process, we dont have to set cloneflags as the process namespaces + // for setns process, we don't have to set cloneflags as the process namespaces // will only be set via setns syscall data, err := c.bootstrapData(0, state.NamespacePaths, p.consolePath) if err != nil {