]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix typo
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 9 Jan 2026 18:34:18 +0000 (19:34 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 9 Jan 2026 18:34:18 +0000 (19:34 +0100)
coregrind/m_redir.c

index e0f596fbeef23f63682656908d734724e615dc1d..e705a767f402916109e3a7adca1b5d76abe8b51f 100644 (file)
@@ -539,7 +539,7 @@ void VG_(redir_notify_new_DebugInfo)( DebugInfo* newdi )
           * set a global flag.
           *
           * https://bugs.kde.org/show_bug.cgi?id=497723 but not for
-          * callgrind because demangled overloaded manes get
+          * callgrind because demangled overloaded names get
           * incorrectly counted together.
           */
          if (!isText && VG_(strcmp)(*names, "__gnat_ada_main_program_name") == 0 &&