Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / library / basis / base_string.h
index c2c2cf45c7455bc7f35761ef507e0b6f9a524f93..06df036ae9f467806a47835a6122d5523f4840f6 100644 (file)
@@ -35,11 +35,11 @@ public:
   virtual const char *observe() const = 0;
     //!< observes the underlying pointer to the zero-terminated string.
     /*!< this does not allow the contents to be modified.  this method should
-    never return NIL. */
+    never return NULL_POINTER. */
 
   virtual char *access() = 0;
     //!< provides access to the actual string held.
-    /*!< this should never return NIL.  be very careful with the returned
+    /*!< this should never return NULL_POINTER.  be very careful with the returned
     pointer: don't destroy or corrupt its contents (e.g., do not mess with
     its zero termination). */