Browse Source

[2206] Fix doc comment

Mukund Sivaraman 12 years ago
parent
commit
5c97541720
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

@@ -86,7 +86,7 @@ public:
 
     /// \brief Return the MemorySegment for the zone table segment.
     ///
-    /// \return Returns the ZoneTableHeader for this zone table segment.
+    /// \return Returns the MemorySegment for this zone table segment.
     virtual isc::util::MemorySegment& getMemorySegment() = 0;
 
     /// \brief Create an instance depending on the memory segment model