From: JINMEI Tatuya Date: Fri, 31 Aug 2012 01:58:29 +0000 (+0900) Subject: [2098] one minor comment update reflecting recent code changes X-Git-Tag: trac2351_base~91^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49aabed090bd58b4aa295af86f106adbe2d5492b;p=thirdparty%2Fkea.git [2098] one minor comment update reflecting recent code changes --- diff --git a/src/lib/datasrc/memory/treenode_rrset.cc b/src/lib/datasrc/memory/treenode_rrset.cc index 840d202063..5c333ff009 100644 --- a/src/lib/datasrc/memory/treenode_rrset.cc +++ b/src/lib/datasrc/memory/treenode_rrset.cc @@ -341,7 +341,7 @@ TreeNodeRRset::isSameKind(const AbstractRRset& abs_other) const { return (false); } // If both are constructed with a "real name", we compare their names - // (as label sequences) explicitly. + // explicitly. if (realname_ != NULL && other->realname_ != NULL && realname_->nequals(*other->realname_)) { return (false);