Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / library / filesystem / directory_tree.h
index 6ad56a0e38d765177ddc9b8d0500e29bda99ba1a..bd55d2dfa9340e3161401bf8fe206ea58d1aa318 100644 (file)
@@ -174,7 +174,7 @@ public:
 
   static filename_list *access(dir_tree_iterator &scanning);
     //!< more dangerous operation that lets the actual list be manipulated.
-    /*!< NIL is returned if there was a problem accessing the tree
+    /*!< NULL_POINTER is returned if there was a problem accessing the tree
     at the iterator position. */
 
   static bool depth(dir_tree_iterator &scanning, int &depth);
@@ -201,7 +201,7 @@ private:
 
   static filename_tree *goto_current(dir_tree_iterator &scanning);
     //!< goes to the current node for "scanning" and returns the tree there.
-    /*!< if there are no nodes left, NIL is returned. */
+    /*!< if there are no nodes left, NULL_POINTER is returned. */
 
   void traverse(const basis::astring &path, const char *pattern,
           filename_tree &add_to);