]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment only change.
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 22 May 2015 09:17:28 +0000 (09:17 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 22 May 2015 09:17:28 +0000 (09:17 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15270

coregrind/m_aspacemgr/aspacemgr-linux.c

index 0f27506713e7806c3e6604e7c56ecc030d3f1985..ace28d61391caeb4603952f053591ec2a8f79261 100644 (file)
@@ -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. */