summaryrefslogtreecommitdiff
path: root/gcc/config/arm
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-17 17:44:02 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-17 17:44:02 +0000
commitf6a0d06ff9a23783bfe5dd6f75336f8832834bc3 (patch)
tree53acd4868efeee02477736aa3dc09717ec6a8df9 /gcc/config/arm
parent93b25defa0b52d173a7ec26c573ec4bedc2ea78e (diff)
downloadgcc-f6a0d06ff9a23783bfe5dd6f75336f8832834bc3.tar.gz
* config/arm/arm.c, config/arm/thumb2.md, config/m68k/m68k.c,
config/spu/spu.c, omega.h, passes.c, predict.c: Fix comment typos. * doc/cpp.texi, doc/extend.texi, doc/invoke.texi: Fix typos. Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123025 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm')
-rw-r--r--gcc/config/arm/arm.c2
-rw-r--r--gcc/config/arm/thumb2.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index 74a9e008ca5..cab9eadbf7f 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -12247,7 +12247,7 @@ get_arm_condition_code (rtx comparison)
}
}
-/* Tell arm_asm_ouput_opcode to output IT blocks for conditionally executed
+/* Tell arm_asm_output_opcode to output IT blocks for conditionally executed
instructions. */
void
thumb2_final_prescan_insn (rtx insn)
diff --git a/gcc/config/arm/thumb2.md b/gcc/config/arm/thumb2.md
index a8fbcbcd3ba..685da30d2ab 100644
--- a/gcc/config/arm/thumb2.md
+++ b/gcc/config/arm/thumb2.md
@@ -277,7 +277,7 @@
)
;; Thumb-2 always has load/store halfword instructions, so we can avoid a lot
-;; of the messyness associated with the ARM patterns.
+;; of the messiness associated with the ARM patterns.
(define_insn "*thumb2_movhi_insn"
[(set (match_operand:HI 0 "nonimmediate_operand" "=r,r,m,r")
(match_operand:HI 1 "general_operand" "rI,n,r,m"))]