summaryrefslogtreecommitdiff
path: root/gcc/config
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
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')
-rw-r--r--gcc/config/arm/arm.c2
-rw-r--r--gcc/config/arm/thumb2.md2
-rw-r--r--gcc/config/m68k/m68k.c2
-rw-r--r--gcc/config/spu/spu.c2
4 files changed, 4 insertions, 4 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"))]
diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c
index 99dedb847b9..794659868a3 100644
--- a/gcc/config/m68k/m68k.c
+++ b/gcc/config/m68k/m68k.c
@@ -3732,7 +3732,7 @@ print_operand_address (FILE *file, rtx addr)
int labelno;
/* If ADDR is a (d8,pc,Xn) address, this is the number of the
- label being acceesed, otherwise it is -1. */
+ label being accessed, otherwise it is -1. */
labelno = (address.offset
&& !address.base
&& GET_CODE (address.offset) == LABEL_REF
diff --git a/gcc/config/spu/spu.c b/gcc/config/spu/spu.c
index 252183b8b78..8512333da23 100644
--- a/gcc/config/spu/spu.c
+++ b/gcc/config/spu/spu.c
@@ -1377,7 +1377,7 @@ print_operand (FILE * file, rtx x, int code)
output_addr_const (file, x);
return;
- /* unsed letters
+ /* unused letters
o qr uvw yz
AB OPQR UVWXYZ */
default: