From: JINMEI Tatuya Date: Wed, 25 Jul 2012 16:28:58 +0000 (-0700) Subject: [2091b] doxygen comment wording fix. X-Git-Tag: trac2351_base~158^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a79037eb4aee4116ffe8a3b980cfad2d6a625803;p=thirdparty%2Fkea.git [2091b] doxygen comment wording fix. --- diff --git a/src/lib/datasrc/rbtree.h b/src/lib/datasrc/rbtree.h index b87d25a623..e2a062aae5 100644 --- a/src/lib/datasrc/rbtree.h +++ b/src/lib/datasrc/rbtree.h @@ -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