From 902b96cf25f6c6e793f9c0a78d33615ac355dbdb Mon Sep 17 00:00:00 2001 From: yaozhenxiu <946666800@qq.com> Date: Thu, 3 Nov 2022 22:52:41 +0800 Subject: [PATCH] fix comments Signed-off-by: yaozhenxiu <946666800@qq.com> --- sys/reaper/reaper_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/reaper/reaper_unix.go b/sys/reaper/reaper_unix.go index 6c4f13b90..19f751601 100644 --- a/sys/reaper/reaper_unix.go +++ b/sys/reaper/reaper_unix.go @@ -91,7 +91,7 @@ type Monitor struct { subscribers map[chan runc.Exit]*subscriber } -// Start starts the command a registers the process with the reaper +// Start starts the command and registers the process with the reaper func (m *Monitor) Start(c *exec.Cmd) (chan runc.Exit, error) { ec := m.Subscribe() if err := c.Start(); err != nil {