X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fbasis%2Fbase_string.h;h=06df036ae9f467806a47835a6122d5523f4840f6;hb=d60e7a2467ab8be80a06ba670ccba1819ca7c0e4;hp=c2c2cf45c7455bc7f35761ef507e0b6f9a524f93;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/library/basis/base_string.h b/nucleus/library/basis/base_string.h index c2c2cf45..06df036a 100644 --- a/nucleus/library/basis/base_string.h +++ b/nucleus/library/basis/base_string.h @@ -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). */