deep mods
[feisty_meow.git] / octopi / library / tentacles / key_repository.h
index dfa3330422bf0f746a674225e847035e8baa95ca..a373098b768a6055ca8422f0bbc19515440bc421 100644 (file)
@@ -54,7 +54,7 @@ public:
 
   octenc_key_record *lock(const octopus_entity &ent);
     //!< locates the key for "ent", if it's stored.
-    /*!< the returned object, unless it's NIL, must be unlocked. */
+    /*!< the returned object, unless it's NULL_POINTER, must be unlocked. */
 
   void unlock(octenc_key_record *to_unlock);
     //!< drops the lock on the key record in "to_unlock".