Fix more golint warnings.
[arvados.git] / lib / boot / supervisor.go
index 3484a1444e786cc5f026f0d0a68ada822b79ffb1..1e8e83ff3b3327005fb545f39c2ab8d357409fdf 100644 (file)
@@ -438,9 +438,9 @@ func (super *Supervisor) lookPath(prog string) string {
        return prog
 }
 
-// Run prog with args, using dir as working directory. If ctx is
-// cancelled while the child is running, RunProgram terminates the
-// child, waits for it to exit, then returns.
+// RunProgram runs prog with args, using dir as working directory. If ctx is
+// cancelled while the child is running, RunProgram terminates the child, waits
+// for it to exit, then returns.
 //
 // Child's environment will have our env vars, plus any given in env.
 //