Fix a comment.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14195 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/m_debuginfo/debuginfo.c b/coregrind/m_debuginfo/debuginfo.c
index 99157b2..98aaa9e 100644
--- a/coregrind/m_debuginfo/debuginfo.c
+++ b/coregrind/m_debuginfo/debuginfo.c
@@ -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);