[svn] commit: r3619 - /branches/trac381/src/lib/dns/tsigkey.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Nov 23 11:17:23 UTC 2010
Author: jinmei
Date: Tue Nov 23 11:17:23 2010
New Revision: 3619
Log:
trivial editorial fix to doxygen comment.
Modified:
branches/trac381/src/lib/dns/tsigkey.h
Modified: branches/trac381/src/lib/dns/tsigkey.h
==============================================================================
--- branches/trac381/src/lib/dns/tsigkey.h (original)
+++ branches/trac381/src/lib/dns/tsigkey.h Tue Nov 23 11:17:23 2010
@@ -261,7 +261,8 @@
/// This method never throws an exception.
///
/// \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
/// \c key_name.
Result remove(const Name& key_name);
More information about the bind10-changes
mailing list