Comment fix.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 15 Jun 2017 16:20:49 +0000 (12:20 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 15 Jun 2017 16:20:49 +0000 (12:20 -0400)
score.c

diff --git a/score.c b/score.c
index 734ea196ebad7fae0fc8a9af59dc890895ae07f1..a9ab765aed73e90261230c6f08f1a5e12ad853eb 100644 (file)
--- a/score.c
+++ b/score.c
@@ -8,7 +8,8 @@
  */
 
 void score(enum termination mode)
-/* mode is 'report' if scoring, 'quit' if quitting, 'end' if died or won */
+/* mode is 'scoregame' if scoring, 'quitgame' if quitting, 'endgame' if died
+ * or won */
 {
     long score = 0, mxscor = 0;