Signed-off-by: Hu Keping <hukeping@huawei.com>
| ... | ... |
@@ -196,7 +196,7 @@ func (d *Driver) Run(c *execdriver.Command, pipes *execdriver.Pipes, startCallba |
| 196 | 196 |
} |
| 197 | 197 |
|
| 198 | 198 |
// notifyOnOOM returns a channel that signals if the container received an OOM notification |
| 199 |
-// for any process. If it is unable to subscribe to OOM notifications then a closed |
|
| 199 |
+// for any process. If it is unable to subscribe to OOM notifications then a closed |
|
| 200 | 200 |
// channel is returned as it will be non-blocking and return the correct result when read. |
| 201 | 201 |
func notifyOnOOM(container libcontainer.Container) <-chan struct{} {
|
| 202 | 202 |
oom, err := container.NotifyOOM() |