Browse Source

[2207] editorial: some more s/reloader/write/ changes in doc.

JINMEI Tatuya 12 years ago
parent
commit
f0f7efe331
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/datasrc/memory/zone_table_segment.h

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

@@ -129,9 +129,9 @@ public:
     /// \param segment The segment to destroy.
     /// \param segment The segment to destroy.
     static void destroy(ZoneTableSegment* segment);
     static void destroy(ZoneTableSegment* segment);
 
 
-    /// \brief Create a reloader corresponding to this segment
+    /// \brief Create a zone write corresponding to this segment
     ///
     ///
-    /// This creates a new reloader that can be used to reload zones
+    /// This creates a new write that can be used to update zones
     /// inside this zone table segment.
     /// inside this zone table segment.
     ///
     ///
     /// \param loadAction Callback to provide the actual data.
     /// \param loadAction Callback to provide the actual data.