]> granicus.if.org Git - nethack/commitdiff
comment update
authornhmall <nhmall@nethack.org>
Fri, 1 Jul 2022 12:36:03 +0000 (08:36 -0400)
committernhmall <nhmall@nethack.org>
Fri, 1 Jul 2022 12:36:03 +0000 (08:36 -0400)
include/integer.h

index 4555cac8e2d3e880d708d43e7fa45a3b8a6fa2ac..43e8d22d82008bb858d3d04515d5c944d42a744d 100644 (file)
@@ -91,7 +91,7 @@ typedef unsigned long long int uint64_t;
 
 #endif /* !C99 */
 
-/* Provide uint8, int16, uint16, int32, uint32, int64 and uint64 */
+/* Provide int8, uint8, int16, uint16, int32, uint32, int64 and uint64 */
 typedef int8_t int8;
 typedef uint8_t uint8;
 typedef int16_t int16;