From 50465bca95b54d04c5e85d7124d529202d9fcb19 Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Fri, 22 May 2015 09:17:28 +0000 Subject: [PATCH] Comment only change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15270 --- coregrind/m_aspacemgr/aspacemgr-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/m_aspacemgr/aspacemgr-linux.c b/coregrind/m_aspacemgr/aspacemgr-linux.c index 0f27506713..ace28d6139 100644 --- a/coregrind/m_aspacemgr/aspacemgr-linux.c +++ b/coregrind/m_aspacemgr/aspacemgr-linux.c @@ -2097,7 +2097,7 @@ 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. */ -- 2.47.2