From: Florian Krohm Date: Fri, 22 May 2015 09:34:30 +0000 (+0000) Subject: Followup to 15270. Completely forgot about the double maintenance. X-Git-Tag: svn/VALGRIND_3_11_0~355 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd01ac40f198b9c73508aca31d0a21a1c74d08c9;p=thirdparty%2Fvalgrind.git Followup to 15270. Completely forgot about the double maintenance. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15272 --- diff --git a/coregrind/pub_core_aspacemgr.h b/coregrind/pub_core_aspacemgr.h index 6675375231..aefb43e416 100644 --- a/coregrind/pub_core_aspacemgr.h +++ b/coregrind/pub_core_aspacemgr.h @@ -182,7 +182,7 @@ extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot ); /* Notifies aspacem that an munmap completed successfully. The segment array is updated accordingly. As with - VG_(am_notify_munmap), we merely record the given info, and don't + VG_(am_notify_mprotect), we merely record the given info, and don't check it for sensibleness. If the returned Bool is True, the caller should immediately discard translations from the specified address range. */