https://gcc.gnu.org/g:29a97120429f2255311285cdff86b81ba3ad8e63

commit r17-1099-g29a97120429f2255311285cdff86b81ba3ad8e63
Author: Dhruv Chawla <[email protected]>
Date:   Tue May 19 12:57:00 2026 +0000

    c6x: Fix typos in c6x.cc
    
    Signed-off-by: Dhruv Chawla <[email protected]>
    
    gcc/ChangeLog:
    
            * config/c6x/c6x.cc (c6x_file_start): Fix typos.
            (c6x_print_operand_address): Likewise.
            (c6x_asm_emit_except_personality): Likewise.

Diff:
---
 gcc/config/c6x/c6x.cc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/config/c6x/c6x.cc b/gcc/config/c6x/c6x.cc
index b577317c1e3a..09d0e920c64f 100644
--- a/gcc/config/c6x/c6x.cc
+++ b/gcc/config/c6x/c6x.cc
@@ -415,7 +415,7 @@ c6x_file_start (void)
   asm_fprintf (asm_out_file,
               "\t.c6xabi_attribute Tag_ABI_stack_align_preserved, 0\n");
 
-#if 0 /* FIXME: Reenable when TI's tools are fixed.  */
+#if 0 /* FIXME: Re-enable when TI's tools are fixed.  */
   /* ??? Ideally we'd check flag_short_wchar somehow.  */
   asm_fprintf (asm_out_file, "\t.c6xabi_attribute Tag_ABI_wchar_t, %d\n", 2);
 #endif
@@ -2036,7 +2036,7 @@ c6x_print_operand_address (FILE *file, machine_mode mode, 
rtx addr)
 
    Meaning of CODE:
    $ -- print the unit specifier field for the instruction.
-   . -- print the predicate for the instruction or an emptry string for an
+   . -- print the predicate for the instruction or an empty string for an
         unconditional one.
    | -- print "||" if the insn should be issued in parallel with the previous
         one.
@@ -5468,7 +5468,7 @@ c6x_asm_emit_except_personality (rtx personality)
   fputc ('\n', asm_out_file);
 }
 
-/* Use a special assembly directive rather than a regular setion for
+/* Use a special assembly directive rather than a regular section for
    unwind table data.  */
 
 static void

Reply via email to