From: Dhruv Chawla <[email protected]>

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.
---
 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 b577317c1e3..09d0e920c64 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
-- 
2.43.0

Reply via email to