Browse Source

[master] reverted a small comment merge mistake

Jelte Jansen 13 years ago
parent
commit
f73d098e24
1 changed files with 3 additions and 5 deletions
  1. 3 5
      src/lib/datasrc/memory_datasrc.cc

+ 3 - 5
src/lib/datasrc/memory_datasrc.cc

@@ -147,11 +147,9 @@ struct ZoneData {
 
 
         // The assert may be too harsh, but we assume we'll discard (rewrite)
         // The assert may be too harsh, but we assume we'll discard (rewrite)
         // this code soon enough.  Until then this would be a good way to
         // this code soon enough.  Until then this would be a good way to
-        // detect any memory leak.  Also, at that point we should use
-        // a single separate memory segment for each zone tree; eventually
-        // zone data for multiple zones will be managed in a single segment,
-        // at which point the segment will be passed from outside of this
-        // module.
+        // detect any memory leak.  Also, at that point we shouldn't use
+        // a single separate memory segment for each zone tree; normally
+        // zone data for multiple zones will be managed in a single segment.
         assert(local_mem_sgmt_.allMemoryDeallocated());
         assert(local_mem_sgmt_.allMemoryDeallocated());
     }
     }