BIND 10 trac2850_3, updated. 6bad687594e015659a141d65a50e36b13111991a [2850] a minor comment wording fix
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu May 16 18:29:16 UTC 2013
The branch, trac2850_3 has been updated
via 6bad687594e015659a141d65a50e36b13111991a (commit)
from 5f830557d25aba7e55c03350707f81219f74778d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6bad687594e015659a141d65a50e36b13111991a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 16 11:29:00 2013 -0700
[2850] a minor comment wording fix
-----------------------------------------------------------------------
Summary of changes:
.../datasrc/memory/zone_table_segment_mapped.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_table_segment_mapped.cc b/src/lib/datasrc/memory/zone_table_segment_mapped.cc
index 6770eb2..e65b138 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
More information about the bind10-changes
mailing list