]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2850] a minor comment wording fix
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 16 May 2013 18:29:00 +0000 (11:29 -0700)
committerMukund Sivaraman <muks@isc.org>
Mon, 20 May 2013 06:46:34 +0000 (12:16 +0530)
src/lib/datasrc/memory/zone_table_segment_mapped.cc

index 6770eb2c9f0facc9b726a28c4997060ff3f840ca..e65b1387034473d6f98bcf60ade4d6df545251b5 100644 (file)
@@ -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