From: Paul Floyd Date: Sat, 21 Jan 2023 17:09:47 +0000 (+0100) Subject: Two more debuginfo.c typos X-Git-Tag: VALGRIND_3_21_0~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b1c6db9c88133888aea9f58b83ab33571f9afd2;p=thirdparty%2Fvalgrind.git Two more debuginfo.c typos --- diff --git a/coregrind/m_debuginfo/debuginfo.c b/coregrind/m_debuginfo/debuginfo.c index 7284f031f3..2d2accc999 100644 --- a/coregrind/m_debuginfo/debuginfo.c +++ b/coregrind/m_debuginfo/debuginfo.c @@ -1082,7 +1082,7 @@ static ULong di_notify_ACHIEVE_ACCEPT_STATE ( struct _DebugInfo* di ) "GUEST TRIGGERED" 2. When the guest loads any further shared libs (valgrind core and - tool preload shred libraries, libc, other dependencies, dlopens) + tool preload shared libraries, libc, other dependencies, dlopens) using mmap. The call will be from ML_(generic_PRE_sys_mmap) or a platform-specific variation. @@ -1090,7 +1090,7 @@ static ULong di_notify_ACHIEVE_ACCEPT_STATE ( struct _DebugInfo* di ) In this case the NSegment could possibly be merged, but that is irrelevant because di_notify_mmap is being - called directy on the mmap result. + called directly on the mmap result. If allow_SkFileV is True, it will try load debug info if the mapping at 'a' belongs to Valgrind; whereas normally (False)