Browse Source

trivial editorial fix to doxygen comment.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac381@3619 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 14 years ago
parent
commit
3c07917157
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/dns/tsigkey.h

+ 2 - 1
src/lib/dns/tsigkey.h

@@ -261,7 +261,8 @@ public:
     /// This method never throws an exception.
     /// This method never throws an exception.
     ///
     ///
     /// \param key_name The name of the key to be removed.
     /// \param key_name The name of the key to be removed.
-    /// \return \c SUCCESS If the key is successfully added to the key ring.
+    /// \return \c SUCCESS If the key is successfully removed from the key
+    /// ring.
     /// \return \c NOTFOUND The key ring does not store the key that matches
     /// \return \c NOTFOUND The key ring does not store the key that matches
     /// \c key_name.
     /// \c key_name.
     Result remove(const Name& key_name);
     Result remove(const Name& key_name);