Parcourir la source

[2098] one minor comment update reflecting recent code changes

JINMEI Tatuya il y a 12 ans
Parent
commit
49aabed090
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
         }
         // 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);