https://gcc.gnu.org/g:a81ab1544772b061cbef924342b8fc0c992d35e9

commit r17-1112-ga81ab1544772b061cbef924342b8fc0c992d35e9
Author: Dhruv Chawla <[email protected]>
Date:   Wed May 20 11:40:58 2026 +0000

    mcore: Fix typo in mcore.h
    
    Signed-off-by: Dhruv Chawla <[email protected]>
    
    gcc/ChangeLog:
    
            * config/mcore/mcore.h: Fix typo.

Diff:
---
 gcc/config/mcore/mcore.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/mcore/mcore.h b/gcc/config/mcore/mcore.h
index b25718e8798f..3d850a9c631c 100644
--- a/gcc/config/mcore/mcore.h
+++ b/gcc/config/mcore/mcore.h
@@ -74,7 +74,7 @@
 #endif
 
 /* The ability to have 4 byte alignment is being suppressed for now.
-   If this ability is reenabled, you must disable the definition below
+   If this ability is re-enabled, you must disable the definition below
    *and* edit t-mcore to enable multilibs for 4 byte alignment code.  */
 #undef TARGET_8ALIGN
 #define TARGET_8ALIGN 1

Reply via email to