]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix a comment.
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 26 Jul 2014 14:51:28 +0000 (14:51 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 26 Jul 2014 14:51:28 +0000 (14:51 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14195

coregrind/m_debuginfo/debuginfo.c

index 99157b2c2a4a9e841e4fbd48b9f88d78dd9c118c..98aaa9e1a0f9e7bf326f59d528f69d9fcb7701e7 100644 (file)
@@ -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);