|
From: <sv...@va...> - 2014-07-26 14:51:38
|
Author: florian
Date: Sat Jul 26 14:51:28 2014
New Revision: 14195
Log:
Fix a comment.
Modified:
trunk/coregrind/m_debuginfo/debuginfo.c
Modified: trunk/coregrind/m_debuginfo/debuginfo.c
==============================================================================
--- trunk/coregrind/m_debuginfo/debuginfo.c (original)
+++ trunk/coregrind/m_debuginfo/debuginfo.c Sat Jul 26 14:51:28 2014
@@ -1821,7 +1821,7 @@
HChar buf[50];
// We don't demangle, because it's faster not to, and the special names
- // we're looking for won't be demangled.
+ // we're looking for won't be mangled.
if (VG_(get_fnname_raw) ( ip, buf, BUFLEN )) {
buf[BUFLEN-1] = '\0'; // paranoia
return VG_(get_fnname_kind)(buf);
|