|
From: <sv...@va...> - 2015-05-22 09:34:36
|
Author: florian
Date: Fri May 22 10:34:30 2015
New Revision: 15272
Log:
Followup to 15270. Completely forgot about the double maintenance.
Modified:
trunk/coregrind/pub_core_aspacemgr.h
Modified: trunk/coregrind/pub_core_aspacemgr.h
==============================================================================
--- trunk/coregrind/pub_core_aspacemgr.h (original)
+++ trunk/coregrind/pub_core_aspacemgr.h Fri May 22 10:34:30 2015
@@ -182,7 +182,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. */
|