Browse Source

[2432] Update comment about ignoring error and warning callbacks

Mukund Sivaraman 12 years ago
parent
commit
2fc0ce200d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rrset_collection.cc

+ 1 - 1
src/lib/dns/rrset_collection.cc

@@ -24,7 +24,7 @@ namespace dns {
 void
 RRsetCollection::loaderCallback(const std::string&, size_t, const std::string&)
 {
-     // We just ignore errors and warnings.
+     // We just ignore callbacks for errors and warnings.
 }
 
 void