From ffcc4a1e52def3b1552ae3c7ba4ee1fb47f92cea Mon Sep 17 00:00:00 2001 From: guoxiuyan Date: Sat, 4 Apr 2015 15:36:35 +0800 Subject: [PATCH] Fix a minor typo Signed-off-by: Guo Xiuyan --- daemon/execdriver/native/driver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/execdriver/native/driver.go b/daemon/execdriver/native/driver.go index 6afd023214..40eb87cbe4 100644 --- a/daemon/execdriver/native/driver.go +++ b/daemon/execdriver/native/driver.go @@ -159,7 +159,7 @@ func (d *driver) Run(c *execdriver.Command, pipes *execdriver.Pipes, startCallba oom := notifyOnOOM(cont) waitF := p.Wait if nss := cont.Config().Namespaces; !nss.Contains(configs.NEWPID) { - // we need such hack for tracking processes with inerited fds, + // we need such hack for tracking processes with inherited fds, // because cmd.Wait() waiting for all streams to be copied waitF = waitInPIDHost(p, cont) }