Browse Source

[2108] Update comment

Mukund Sivaraman 12 years ago
parent
commit
896c0de84e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/datasrc/memory/memory_client.cc

+ 2 - 1
src/lib/datasrc/memory/memory_client.cc

@@ -427,7 +427,8 @@ public:
      * Implementation of longer methods. We put them here, because the
      * access is without the impl_-> and it will get inlined anyway.
      */
-    // Implementation of InMemoryZoneFinder::add
+
+    // Implementation of InMemoryClient::add()
     result::Result add(const ConstRRsetPtr& rawrrset,
                        const Name& zone_name, ZoneData& zone_data,
                        vector<RBNodeRRset*>* need_additionals)