From: Mukund Sivaraman Date: Mon, 13 May 2013 14:30:57 +0000 (+0530) Subject: [2850] Update comment that it doesn't actually fail X-Git-Tag: bind10-1.2.0beta1-release~467^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c312fa4f4866b21aca35bc4987f8f0e83b198ef9;p=thirdparty%2Fkea.git [2850] Update comment that it doesn't actually fail --- diff --git a/src/lib/util/memory_segment_mapped.cc b/src/lib/util/memory_segment_mapped.cc index 88bdaed2d8..0d82ffd7f3 100644 --- a/src/lib/util/memory_segment_mapped.cc +++ b/src/lib/util/memory_segment_mapped.cc @@ -141,7 +141,8 @@ struct MemorySegmentMapped::Impl { if (!read_only_) { // Reserve a named address for use during // setNamedAddress(). Though this will almost always succeed - // during construction, it may fail later during a call from + // on the first try during construction, it may require + // multiple attempts later during a call from // allMemoryDeallocated() when the segment has been in use // for a while. while (true) {