summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 00087eb..96853d8 100644
--- a/main.go
+++ b/main.go
@@ -42,7 +42,7 @@ loop:
}
// This sets off a chain reaction that closes the other
- // p-channels (p1, p2, etc.)
+ // player-channels (players[1], players[2], etc.)
close(players[0])
// Wait for all of the in-flight player goroutines to