Browse Source

[2098] one minor comment update reflecting recent code changes

JINMEI Tatuya 12 years ago
parent
commit
49aabed090
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/treenode_rrset.cc

+ 1 - 1
src/lib/datasrc/memory/treenode_rrset.cc

@@ -341,7 +341,7 @@ TreeNodeRRset::isSameKind(const AbstractRRset& abs_other) const {
             return (false);
             return (false);
         }
         }
         // If both are constructed with a "real name", we compare their names
         // If both are constructed with a "real name", we compare their names
-        // (as label sequences) explicitly.
+        // explicitly.
         if (realname_ != NULL && other->realname_ != NULL &&
         if (realname_ != NULL && other->realname_ != NULL &&
             realname_->nequals(*other->realname_)) {
             realname_->nequals(*other->realname_)) {
             return (false);
             return (false);