Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / library / filesystem / file_time.h
index 0e89d356004e210a1d42612d8cdcd25a06491232..9467b607d30e545ca67361a64f4cb582457c0450 100644 (file)
@@ -35,7 +35,7 @@ public:
 
   file_time(FILE *the_FILE);
     //!< sets up the file_time information given a the file stream of interest.
-    /*!< If the stream is NIL, then the file_time is set up with an invalid
+    /*!< If the stream is NULL_POINTER, then the file_time is set up with an invalid
     time. */
 
   file_time(const basis::astring &filename);