From a4f2e1e1878c1ce541aec24e6e2a690855cc8003 Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Wed, 25 Mar 2015 14:58:22 +0800 Subject: [PATCH] Fix minor typo in init_linux.go Signed-off-by: Lei Jitang --- init_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_linux.go b/init_linux.go index 1c5f6a87..aa95423e 100644 --- a/init_linux.go +++ b/init_linux.go @@ -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