Merge pull request #1210 from xianlubird/fix-typo

Fix typo
This commit is contained in:
Mrunal Patel 2016-12-01 11:14:19 -08:00 committed by GitHub
commit 5d842907c6
1 changed files with 1 additions and 1 deletions

View File

@ -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 {