aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-15 14:53:41 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-15 14:53:41 +0000
commit68776c43248596614dba64fd860dca70e28610d6 (patch)
treea5a0a5fc2f39e0b57908d85c349291e014905919 /gcc/config
parent7501c4e45bd8e7ca6fc36d83dbc4b3ea1772fddc (diff)
downloadgcc-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')
-rw-r--r--gcc/config/ia64/ia64.c4
-rw-r--r--gcc/config/mips/mips.c4
-rw-r--r--gcc/config/mmix/mmix-modes.def2
3 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c
index 4764a1a..8dcee21 100644
--- a/gcc/config/ia64/ia64.c
+++ b/gcc/config/ia64/ia64.c
@@ -7088,7 +7088,7 @@ bundling (FILE *dump, int verbose, rtx prev_head_insn, rtx tail)
ia64_emit_insn_before (b, insn);
b = PREV_INSN (insn);
insn = b;
- /* See comment above in analogous place for emiting nops
+ /* See comment above in analogous place for emitting nops
after the insn. */
template0 = template1;
template1 = -1;
@@ -7105,7 +7105,7 @@ bundling (FILE *dump, int verbose, rtx prev_head_insn, rtx tail)
abort ();
if (pos % 3 == 0)
{
- /* See comment above in analogous place for emiting nops
+ /* See comment above in analogous place for emitting nops
after the insn. */
if (template0 < 0)
abort ();
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c
index 6630d58..9ffa08f 100644
--- a/gcc/config/mips/mips.c
+++ b/gcc/config/mips/mips.c
@@ -4426,7 +4426,7 @@ mips_get_unaligned_mem (rtx *op, unsigned int width, int bitpos,
first = adjust_address (*op, QImode, 0);
last = adjust_address (*op, QImode, width / BITS_PER_UNIT - 1);
- /* Allocate to LEFT and RIGHT according to endiannes. LEFT should
+ /* Allocate to LEFT and RIGHT according to endianness. LEFT should
be the upper word and RIGHT the lower word. */
if (TARGET_BIG_ENDIAN)
*left = first, *right = last;
@@ -6008,7 +6008,7 @@ mips_output_aligned_decl_common (FILE *stream, tree decl, const char *name,
macros, mark the symbol as written so that mips_file_end won't emit an
.extern for it. STREAM is the output file, NAME is the name of the
symbol, INIT_STRING is the string that should be written before the
- symbol and FINAL_STRING is the string that shoulbe written after it.
+ symbol and FINAL_STRING is the string that should be written after it.
FINAL_STRING is a printf() format that consumes the remaining arguments. */
void
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