]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
xtensa: Correct a typo
authorTakayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp>
Tue, 9 Sep 2025 14:36:44 +0000 (23:36 +0900)
committerMax Filippov <jcmvbkbc@gmail.com>
Wed, 10 Sep 2025 17:24:39 +0000 (10:24 -0700)
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

index a8a0565c81e73eae0f332a2e31e9a30b985b71ed..d49c9cd32f1cf7fb2ff89ddd1ebcd6be3433177a 100644 (file)
@@ -401,7 +401,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