Merge pull request #481 from coolljt0725/fix_typo_in_init_linux

Fix minor typo in init_linux.go
This commit is contained in:
Alexander Morozov 2015-03-25 08:51:20 -07:00
commit a6044b701c
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ func populateProcessEnvironment(env []string) error {
// finalizeNamespace drops the caps, sets the correct user
// and working dir, and closes any leaked file descriptors
// before execing the command inside the namespace
// before executing the command inside the namespace
func finalizeNamespace(config *initConfig) error {
// Ensure that all non-standard fds we may have accidentally
// inherited are marked close-on-exec so they stay out of the