From e5d596c8b24b921e97b1168aa875bc95416dd87a Mon Sep 17 00:00:00 2001 From: Hu Keping Date: Thu, 10 Sep 2015 14:13:15 +0800 Subject: [PATCH] Minor typo Signed-off-by: Hu Keping Upstream-commit: 40d3ce1063a4dabfb1634a4f0739dea05b63a344 Component: engine --- components/engine/daemon/execdriver/native/driver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/daemon/execdriver/native/driver.go b/components/engine/daemon/execdriver/native/driver.go index b241bdbc50..632c4e61fc 100644 --- a/components/engine/daemon/execdriver/native/driver.go +++ b/components/engine/daemon/execdriver/native/driver.go @@ -196,7 +196,7 @@ func (d *Driver) Run(c *execdriver.Command, pipes *execdriver.Pipes, startCallba } // notifyOnOOM returns a channel that signals if the container received an OOM notification -// for any process. If it is unable to subscribe to OOM notifications then a closed +// for any process. If it is unable to subscribe to OOM notifications then a closed // channel is returned as it will be non-blocking and return the correct result when read. func notifyOnOOM(container libcontainer.Container) <-chan struct{} { oom, err := container.NotifyOOM()