]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2091b] doxygen comment wording fix.
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 25 Jul 2012 16:28:58 +0000 (09:28 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 25 Jul 2012 16:28:58 +0000 (09:28 -0700)
src/lib/datasrc/rbtree.h

index b87d25a6239e626c4fdd7a30c1b595688258f610..e2a062aae54544c25de348de51fc2fa73f15979c 100644 (file)
@@ -71,8 +71,8 @@ class RBTree;
 /// the node color) are encoded as part of "flags", some of the flag bits
 /// can also be set by the user application.  Each node is associated with
 /// a sequence of domain name labels, which is essentially the search/insert
-/// key for the noce (see also the description of RBTree).  This is encoded
-/// as opaque binary immediately followed by the main node object.  The size
+/// key for the node (see also the description of RBTree).  This is encoded
+/// as opaque binary immediately following the main node object.  The size
 /// of the allocated space for the labels data is encoded by borrowing some
 /// bits of the "flags" field.
 template <typename T>