That was introduced in commit 42db504c2fb2b460e24ca0e73b8559fc33b3cf33,
over 15 years ago!
gcc/ChangeLog:
* config/xtensa/xtensa.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
Change "Xtrnase" in the comment to "Xtensa".
---
gcc/config/xtensa/xtensa.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/config/xtensa/xtensa.h b/gcc/config/xtensa/xtensa.h
index e6d3468f99a..19d151366b2 100644
--- a/gcc/config/xtensa/xtensa.h
+++ b/gcc/config/xtensa/xtensa.h
@@ -410,7 +410,7 @@ enum reg_class
#define INDEX_REG_CLASS NO_REGS
/* The small_register_classes_for_mode_p hook must always return true for
- Xtrnase, because all of the 16 AR registers may be explicitly used in
+ Xtensa, because all of the 16 AR registers may be explicitly used in
the RTL, as either incoming or outgoing arguments. */
#define TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P hook_bool_mode_true
--
2.39.5