]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libiberty: Fix comment typo
authorJakub Jelinek <jakub@redhat.com>
Wed, 13 Aug 2025 20:26:54 +0000 (22:26 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 13 Aug 2025 20:26:54 +0000 (22:26 +0200)
This patch fixes a comment typo, whaever -> whatever, prompted by the
recent hae -> has typo fix.

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

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

libiberty/cp-demangle.c

index 1922046a62e4b43c2cd0e1c143a11d59cbc31ddf..2d38148da93108da912d89d819afe06133fc7a92 100644 (file)
@@ -1424,7 +1424,7 @@ d_encoding (struct d_info *di, int top_level)
 
              /* 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)