summaryrefslogtreecommitdiff
path: root/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker.go')
-rw-r--r--worker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker.go b/worker.go
index a29e514a..6bd317d8 100644
--- a/worker.go
+++ b/worker.go
@@ -30,7 +30,7 @@ type Worker struct {
state *state
// underlying command with associated process, command must be
- // provided to worker from outside in non-started form. Command
+ // provided to worker from outside in non-started form. Cmd
// stdErr direction will be handled by worker to aggregate error message.
cmd *exec.Cmd