aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m32c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-11-05 20:24:18 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-11-05 20:24:18 +0000
commitc83eecadfde96f31d483f70c043572cfb24d9575 (patch)
tree5862299337bcb2adb6751447c1b727ed4555e24f /gcc/config/m32c
parentd492addcd36c2fc92388b950b4e1159f7e941edb (diff)
downloadgcc-c83eecadfde96f31d483f70c043572cfb24d9575.zip
gcc-c83eecadfde96f31d483f70c043572cfb24d9575.tar.gz
gcc-c83eecadfde96f31d483f70c043572cfb24d9575.tar.bz2
c-typeck.c, [...]: Fix comment typos.
* c-typeck.c, config/i386/netware.h, config/m32c/cond.md, config/ms1/ms1.h, config/rs6000/predicates.md, config/s390/s390.c, params.def, postreload-gcse.c, tree-flow-inline.h, tree-ssa-operands.c, tree-vectorizer.c, tree-vrp.c, tree.c: Fix comment typos. * doc/invoke.texi: Fix typos. From-SVN: r106532
Diffstat (limited to 'gcc/config/m32c')
-rw-r--r--gcc/config/m32c/cond.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m32c/cond.md b/gcc/config/m32c/cond.md
index 7ef695f..c6b42c7 100644
--- a/gcc/config/m32c/cond.md
+++ b/gcc/config/m32c/cond.md
@@ -28,7 +28,7 @@
; so instead we invert the conditional and jump around a regular jump.
; Note that we can, at some point in the future, add code to omit the
-; "cmp" portion of the insn if the preceeding insn happened to set the
+; "cmp" portion of the insn if the preceding insn happened to set the
; right flags already. For example, a mov followed by a "cmp *,0" is
; redundant; the move already set the Z flag.