X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Ffile_time.h;fp=nucleus%2Flibrary%2Ffilesystem%2Ffile_time.h;h=9467b607d30e545ca67361a64f4cb582457c0450;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=0e89d356004e210a1d42612d8cdcd25a06491232;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;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);