From: Mukund Sivaraman Date: Thu, 4 Apr 2013 14:24:19 +0000 (+0530) Subject: [2831] Some minor comment updates X-Git-Tag: bind10-1.2.0beta1-release~457^2~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=639532ca50d317fdee78374be0e05c0c43ee2a0d;p=thirdparty%2Fkea.git [2831] Some minor comment updates --- diff --git a/src/lib/util/memory_segment_mapped.h b/src/lib/util/memory_segment_mapped.h index 509ecddf69..b5baea19b9 100644 --- a/src/lib/util/memory_segment_mapped.h +++ b/src/lib/util/memory_segment_mapped.h @@ -173,7 +173,7 @@ public: /// \brief Return the actual segment size. /// /// This is generally expected to be the file size to map. It's - /// provided mainly for diagnose an testing purposes; the application + /// provided mainly for diagnosis and testing purposes; the application /// shouldn't rely on specific return values of this method. /// /// \throw None @@ -185,7 +185,7 @@ public: /// segment, and returns the sum of the value of the first byte of each /// page (wrapping around upon overflow). It only proves weak integrity /// of the file contents, but can run fast enough and will ensure all - /// pages are actually on memory. The latter property will be useful + /// pages are actually in memory. The latter property will be useful /// if the application cannot allow the initial page fault overhead. /// /// \throw None