|
From: <sv...@va...> - 2015-05-22 09:17:36
|
Author: florian
Date: Fri May 22 10:17:28 2015
New Revision: 15270
Log:
Comment only change.
Modified:
trunk/coregrind/m_aspacemgr/aspacemgr-linux.c
Modified: trunk/coregrind/m_aspacemgr/aspacemgr-linux.c
==============================================================================
--- trunk/coregrind/m_aspacemgr/aspacemgr-linux.c (original)
+++ trunk/coregrind/m_aspacemgr/aspacemgr-linux.c Fri May 22 10:17:28 2015
@@ -2097,7 +2097,7 @@
/* 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. */
|