From: JINMEI Tatuya Date: Thu, 16 May 2013 18:29:00 +0000 (-0700) Subject: [2850] a minor comment wording fix X-Git-Tag: bind10-1.2.0beta1-release~418^2~4^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f91e51c212f329dffb26d50643d41a7d27552227;p=thirdparty%2Fkea.git [2850] a minor comment wording fix --- diff --git a/src/lib/datasrc/memory/zone_table_segment_mapped.cc b/src/lib/datasrc/memory/zone_table_segment_mapped.cc index 6770eb2c9f..e65b138703 100644 --- a/src/lib/datasrc/memory/zone_table_segment_mapped.cc +++ b/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