summaryrefslogtreecommitdiffstats
path: root/common/para/para.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/para/para.go')
-rw-r--r--common/para/para.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/para/para.go b/common/para/para.go
index 69bfc205b..c323a3073 100644
--- a/common/para/para.go
+++ b/common/para/para.go
@@ -27,7 +27,7 @@ type Workers struct {
// Runner wraps the lifecycle methods of a new task set.
//
-// Run wil block until a worker is available or the context is cancelled,
+// Run will block until a worker is available or the context is cancelled,
// and then run the given func in a new goroutine.
// Wait will wait for all the running goroutines to finish.
type Runner interface {