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:
Jakub Jelinek 2025-08-13 22:26:54 +02:00 committed by Jakub Jelinek
parent 458773ac7b
commit 0f665822a0
1 changed files with 1 additions and 1 deletions

View 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)