mirror of git://gcc.gnu.org/git/gcc.git
libiberty: Fix comment typo
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.
This commit is contained in:
parent
458773ac7b
commit
0f665822a0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue