aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/aof.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm/aof.h')
-rw-r--r--gcc/config/arm/aof.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/aof.h b/gcc/config/arm/aof.h
index 2650a0eedd2..5a6ab2c0e2c 100644
--- a/gcc/config/arm/aof.h
+++ b/gcc/config/arm/aof.h
@@ -133,7 +133,7 @@
/* Some systems use __main in a way incompatible with its use in gcc, in these
cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
give the same symbol without quotes for an alternative entry point. You
- must define both, or neither. */
+ must define both, or neither. */
#define NAME__MAIN "__gccmain"
#define SYMBOL__MAIN __gccmain
@@ -290,7 +290,7 @@ do { \
#define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE) \
fprintf ((STREAM), "\tDCD\t|L..%d|\n", (VALUE))
-/* A label marking the start of a jump table is a data label. */
+/* A label marking the start of a jump table is a data label. */
#define ASM_OUTPUT_CASE_LABEL(STREAM, PREFIX, NUM, TABLE) \
fprintf ((STREAM), "\tALIGN\n|%s..%d|\n", (PREFIX), (NUM))