Browse Source

[2850] a minor wording fix in doc: use "a zone" instead of "zones" for writer.

as a zone writer can only update a single zone.
JINMEI Tatuya 12 years ago
parent
commit
1453084c9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/zone_table_segment.h

+ 1 - 1
src/lib/datasrc/memory/zone_table_segment.h

@@ -138,7 +138,7 @@ public:
 
     /// \brief Create a zone writer
     ///
-    /// This creates a new writer that can be used to update zones
+    /// This creates a new writer that can be used to update a zone
     /// inside this zone table segment.
     ///
     /// \param loadAction Callback to provide the actual data.