summaryrefslogtreecommitdiff
path: root/gcc/config/frv
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-15 04:00:48 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-15 04:00:48 +0000
commitbf02170cdfb03971618c5eecf898fccf09f05c6d (patch)
tree54c1715cf0f53ebc910e880eaed5a6ff8cfaae4a /gcc/config/frv
parent6f5f836c14abeb2b7bb0e07b1397c768e20731cc (diff)
downloadgcc-bf02170cdfb03971618c5eecf898fccf09f05c6d.tar.gz
* doc/install.texi: Follow spelling conventions.
* doc/tm.texi: Likewise. * config/fp-bit.c: Likewise. * config/arm/arm.c: Likewise. * config/frv/frv.c: Likewise. * config/ns32k/NOTES: Likewise. * config/ns32k/STATUS: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67962 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/frv')
-rw-r--r--gcc/config/frv/frv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/frv/frv.c b/gcc/config/frv/frv.c
index c2a8ef95c6c..e6640875054 100644
--- a/gcc/config/frv/frv.c
+++ b/gcc/config/frv/frv.c
@@ -2338,8 +2338,8 @@ frv_final_prescan_insn (insn, opvec, noperands)
Printable instructions will be asm_operands or match one of the .md
patterns. Since asm instructions cannot be packed -- and will
- therefore have TImode -- this loop terminates on any recognisable
- instruction, and on any unrecognisable instruction with TImode. */
+ therefore have TImode -- this loop terminates on any recognizable
+ instruction, and on any unrecognizable instruction with TImode. */
for (insn = NEXT_INSN (insn); insn; insn = NEXT_INSN (insn))
{
if (NOTE_P (insn))