https://gcc.gnu.org/g:0f665822a091061ef1a9268797736dff0ef82a87

commit r16-3193-g0f665822a091061ef1a9268797736dff0ef82a87
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Wed Aug 13 22:26:54 2025 +0200

    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  <ja...@redhat.com>
    
            * cp-demangle.c (d_encoding): Fix a comment typo, whaever -> 
whatever.

Diff:
---
 libiberty/cp-demangle.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c
index 1922046a62e4..2d38148da931 100644
--- a/libiberty/cp-demangle.c
+++ b/libiberty/cp-demangle.c
@@ -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)

Reply via email to