]> granicus.if.org Git - nethack/commitdiff
comment typo
authornethack.rankin <nethack.rankin>
Tue, 10 Oct 2006 05:53:24 +0000 (05:53 +0000)
committernethack.rankin <nethack.rankin>
Tue, 10 Oct 2006 05:53:24 +0000 (05:53 +0000)
src/hacklib.c

index 32dc989a52c37d5198f6c75fa9092477eea5ab46..6b599822f84ef8c160554d5ae4710d0f11016864 100644 (file)
@@ -467,7 +467,7 @@ STATIC_DCL struct tm *NDECL(getlt);
 void
 setrandom()
 {
-       time_t now = getnow();          /* time((TYPE_type) 0) */
+       time_t now = getnow();          /* time((TIME_type) 0) */
 
        /* the types are different enough here that sweeping the different
         * routine names into one via #defines is even more confusing