]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2850] Update comment about when the segment had been cleared
authorMukund Sivaraman <muks@isc.org>
Wed, 15 May 2013 14:21:41 +0000 (19:51 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 20 May 2013 06:46:18 +0000 (12:16 +0530)
src/lib/datasrc/memory/zone_table_segment_mapped.cc

index 5afe14fa74f8a4fcb83c6a2744b370b9ff98d8c2..efadab78124e9f0bb056f76f93bf683f675d21d8 100644 (file)
@@ -381,8 +381,8 @@ bool
 ZoneTableSegmentMapped::isWritable() const {
     if (!isUsable()) {
         // If reset() was never performed for this segment, or if the
-        // most recent reset() had failed, then the segment is not
-        // writable.
+        // most recent reset() had failed, or if the segment had been
+        // cleared, then the segment is not writable.
         return (false);
     }