Parcourir la source

[1068] some editorial fixes that happened to be found

JINMEI Tatuya il y a 13 ans
Parent
commit
40126733cc
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      src/lib/datasrc/tests/database_unittest.cc

+ 1 - 2
src/lib/datasrc/tests/database_unittest.cc

@@ -402,7 +402,7 @@ public:
 private:
     // The following member variables are storage and/or update work space
     // of the test zone.  The "master"s are the real objects that contain
-    // the data, and they are shared among by all accessors cloned from
+    // the data, and they are shared among all accessors cloned from
     // an initially created one.  The pointer members allow the sharing.
     // "readonly" is for normal lookups.  "update" is the workspace for
     // updates.  When update starts it will be initialized either as an
@@ -416,7 +416,6 @@ private:
     const Domains* empty_records_;
 
     // used as temporary storage during the building of the fake data
-    //Domains records;
 
     // used as temporary storage after searchForRecord() and during
     // getNextRecord() calls, as well as during the building of the