From: Florian Krohm Date: Tue, 17 Feb 2015 21:51:53 +0000 (+0000) Subject: Update a comment. X-Git-Tag: svn/VALGRIND_3_11_0~651 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22d7bf79ad5aeea4b93818b84f2eb09af4f5c9f4;p=thirdparty%2Fvalgrind.git Update a comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14941 --- diff --git a/coregrind/m_aspacemgr/aspacemgr-linux.c b/coregrind/m_aspacemgr/aspacemgr-linux.c index 6d26ec4a61..f3eb7ceb52 100644 --- a/coregrind/m_aspacemgr/aspacemgr-linux.c +++ b/coregrind/m_aspacemgr/aspacemgr-linux.c @@ -1248,7 +1248,8 @@ ULong VG_(am_get_anonsize_total)( void ) /* Test if a piece of memory is addressable by client or by valgrind with at least the "prot" protection permissions by examining the underlying - segments. If client && freeOk is True then SkFree areas are also allowed. + segments. If client && freeOk is True then SkFree and SkResvn areas are + also allowed. */ static Bool is_valid_for( Bool client, Addr start, SizeT len, UInt prot, Bool freeOk )