Parcourir la source

fixed a comment typo

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac454@4084 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya il y a 14 ans
Parent
commit
34f8f0f476
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/datasrc/rbtree.h

+ 2 - 2
src/lib/datasrc/rbtree.h

@@ -339,8 +339,8 @@ public:
     /// if it throws, the exception will be propagated to the caller.
     ///
     /// \param name Target to be found
-    /// \param node On success (either \c EXAMPLE or \c PARTIALMATCH) it will
-    /// store a pointer to the matching node
+    /// \param node On success (either \c EXACTMATCH or \c PARTIALMATCH)
+    /// it will store a pointer to the matching node
     /// \param callback If non \c NULL, a call back function to be called
     /// at "delegation" nodes (see above).
     /// \param callback_arg A caller supplied argument to be passed to