]> granicus.if.org Git - nethack/commitdiff
comment bit (trunk only)
authornethack.allison <nethack.allison>
Sun, 22 Oct 2006 17:48:11 +0000 (17:48 +0000)
committernethack.allison <nethack.allison>
Sun, 22 Oct 2006 17:48:11 +0000 (17:48 +0000)
src/hacklib.c

index 1ca66c89c2b07f9a7c2f850ffef80ab87a43e260..87f69ca6e01fc19cfcad0efe2566d3791f1d9d1c 100644 (file)
@@ -763,7 +763,7 @@ const nhwchar *src;
 }
 
 int
-nhwcmp(s1, s2) /* case sensitive counted comparison */
+nhwcmp(s1, s2) /* case sensitive comparison */
 register const nhwchar *s1, *s2;
 {
     register nhwchar t1, t2;