X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftentacles%2Fkey_repository.h;h=a373098b768a6055ca8422f0bbc19515440bc421;hb=dc4a2619152e7f2068c8be063094765feaeecc74;hp=dfa3330422bf0f746a674225e847035e8baa95ca;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/octopi/library/tentacles/key_repository.h b/octopi/library/tentacles/key_repository.h index dfa33304..a373098b 100644 --- a/octopi/library/tentacles/key_repository.h +++ b/octopi/library/tentacles/key_repository.h @@ -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".