X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Ffile_time.h;h=9467b607d30e545ca67361a64f4cb582457c0450;hb=ff8a9e8a414afa569a8e4c13bb59a40f01f4cbe8;hp=0e89d356004e210a1d42612d8cdcd25a06491232;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;p=feisty_meow.git diff --git a/nucleus/library/filesystem/file_time.h b/nucleus/library/filesystem/file_time.h index 0e89d356..9467b607 100644 --- a/nucleus/library/filesystem/file_time.h +++ b/nucleus/library/filesystem/file_time.h @@ -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);