Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / library / nodes / packable_tree.h
index a003db04e94f3b3c1d423b4998a431d1d96c86c2..a32335f399196258a66aceb22d86e6a2de16bef8 100644 (file)
@@ -44,7 +44,7 @@ public:
   static packable_tree *recursive_unpack(basis::byte_array &packed_form,
            packable_tree_factory &creator);
     //!< unpacks a tree stored in "packed_form" and returns it.
-    /*!< if NIL is returned, then the unpack failed.  the "creator" is needed
+    /*!< if NULL_POINTER is returned, then the unpack failed.  the "creator" is needed
     for making new derived packable_tree objects of the type stored. */
 
   // standard pack, unpack and packed_size methods must be implemented by the derived tree.