Browse Source

[2436] Fix comment typo and make it clearer

Michal 'vorner' Vaner 12 years ago
parent
commit
f8dfc94a4a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/lib/datasrc/tests/zone_loader_unittest.cc

+ 4 - 4
src/lib/datasrc/tests/zone_loader_unittest.cc

@@ -186,10 +186,10 @@ protected:
     {}
     void prepareSource(const Name& zone, const char* filename) {
         // TODO:
-        // Currently, load uses an urelated implementation. In the long term,
-        // the method will probably be deprecated. At that time, we should
-        // probably prepare the data in some other way (using sqlite3 or
-        // something). This is simpler for now.
+        // Currently, load uses an implementation unrelated to the ZoneLoader.
+        // In the long term, the method will probably be deprecated. At that
+        // time, we should probably prepare the data in some other way (using
+        // sqlite3 or something). This is simpler for now.
         source_client_.load(zone, string(TEST_DATA_DIR) + "/" + filename);
     }
 private: