diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-15 14:53:41 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-15 14:53:41 +0000 |
commit | 68776c43248596614dba64fd860dca70e28610d6 (patch) | |
tree | a5a0a5fc2f39e0b57908d85c349291e014905919 /gcc/config/mmix | |
parent | 7501c4e45bd8e7ca6fc36d83dbc4b3ea1772fddc (diff) | |
download | gcc-68776c43248596614dba64fd860dca70e28610d6.zip gcc-68776c43248596614dba64fd860dca70e28610d6.tar.gz gcc-68776c43248596614dba64fd860dca70e28610d6.tar.bz2 |
ia64.c, [...]: Fix comment typos.
* config/ia64/ia64.c, config/mips/mips.c,
config/mmix/mmix-modes.def: Fix comment typos.
From-SVN: r77851
Diffstat (limited to 'gcc/config/mmix')
-rw-r--r-- | gcc/config/mmix/mmix-modes.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mmix/mmix-modes.def b/gcc/config/mmix/mmix-modes.def index e4ebb30..6681761 100644 --- a/gcc/config/mmix/mmix-modes.def +++ b/gcc/config/mmix/mmix-modes.def @@ -36,7 +36,7 @@ CC_MODE (CC_UNS); /* The CC_FP mode is for a non-equality floating-point comparison, using the FCMP or FCMPE insn. The result is (integer) -1 or 1 for - espectively a < b and a > b, otherwise 0. */ + respectively a < b and a > b, otherwise 0. */ CC_MODE (CC_FP); /* The CC_FPEQ mode is for an equality floating-point comparison, using |