From: Florian Krohm Date: Sat, 26 Jul 2014 14:51:28 +0000 (+0000) Subject: Fix a comment. X-Git-Tag: svn/VALGRIND_3_10_0~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc7bc8771205ff65fdca6002227a3d2f5a481a8c;p=thirdparty%2Fvalgrind.git Fix a comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14195 --- diff --git a/coregrind/m_debuginfo/debuginfo.c b/coregrind/m_debuginfo/debuginfo.c index 99157b2c2a..98aaa9e1a0 100644 --- a/coregrind/m_debuginfo/debuginfo.c +++ b/coregrind/m_debuginfo/debuginfo.c @@ -1821,7 +1821,7 @@ Vg_FnNameKind VG_(get_fnname_kind_from_IP) ( Addr ip ) 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);