summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index e5d4c11..fc2b9ca 100644
--- a/main.go
+++ b/main.go
@@ -35,8 +35,8 @@ loop:
}
}
- // This sets off a chain reaction that closes all the
- // p-channels (p0, p1, etc.)
+ // This sets off a chain reaction that closes the other
+ // p-channels (p1, p2, etc.)
close(p0)
wg.Wait()