Browse Source

[2850] a minor comment wording fix

JINMEI Tatuya 12 years ago
parent
commit
f91e51c212
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/zone_table_segment_mapped.cc

+ 1 - 1
src/lib/datasrc/memory/zone_table_segment_mapped.cc

@@ -142,7 +142,7 @@ ZoneTableSegmentMapped::processHeader(MemorySegmentMapped& segment,
              // - ZoneTable::create could throw MemorySegmentGrown, leaking
              //   ptr
              // - even on successful return from ZoneTable::create(), ptr
-             //   could be reallocated due to its internal implementation detail
+             //   could be relocated due to its internal implementation detail
              // So, to make it 100% safe we should protect both ptr and
              // zone table in something similar to SegmentObjectHolder, get
              // their addresses via the holder's get() method, and expect