Hi!

This patch fixes a comment typo, whaever -> whatever, prompted by the
recent hae -> has typo fix.

Bootstrapped/regtested on x86_64-linux and i686-linux, committed to trunk
as obvious.

2025-08-13  Jakub Jelinek  <ja...@redhat.com>

        * cp-demangle.c (d_encoding): Fix a comment typo, whaever -> whatever.

--- libiberty/cp-demangle.c.jj  2025-04-08 14:10:11.085170523 +0200
+++ libiberty/cp-demangle.c     2025-08-13 18:59:04.188064821 +0200
@@ -1424,7 +1424,7 @@ d_encoding (struct d_info *di, int top_l
 
              /* If this is a non-top-level local-name, clear the
                 return type, so it doesn't confuse the user by
-                being confused with the return type of whaever
+                being confused with the return type of whatever
                 this is nested within.  */
              if (!top_level && dc->type == DEMANGLE_COMPONENT_LOCAL_NAME
                  && ftype->type == DEMANGLE_COMPONENT_FUNCTION_TYPE)

        Jakub

Reply via email to