X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Ffilename_list.h;h=74d258b8189e8045e14e260e8c623cca915d842c;hb=153c17d446ed35907abe06a8c4e2b5ab6510b5be;hp=89c91c2d64ce2805a5ddd5ac4f0772415c305776;hpb=cd2658c999d5ec34fc8681745037f03418eddfc2;p=feisty_meow.git diff --git a/nucleus/library/filesystem/filename_list.h b/nucleus/library/filesystem/filename_list.h index 89c91c2d..74d258b8 100644 --- a/nucleus/library/filesystem/filename_list.h +++ b/nucleus/library/filesystem/filename_list.h @@ -60,7 +60,7 @@ public: const file_info *find(const filename &to_check) const; //!< locates the record of information for the filename "to_check". /*!< do not modify the returned object. it contains the current state - of the file in question. if the file wasn't in the list, then NIL is + of the file in question. if the file wasn't in the list, then NULL_POINTER is returned. */ int locate(const filename &to_find) const;