summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-24 22:45:10 -0400
committerdemo <demo@antix1>2026-05-24 22:45:10 -0400
commitd3e48546d90c94e408cba20de1e66e155a5ada11 (patch)
tree8b7799dfebb32194f4833763a870807b62fe1d63
parent6debaea6392011d3f259dba78c1354292e0f71f6 (diff)
docs: fix comment
-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()