summaryrefslogtreecommitdiff
path: root/gcc/regclass.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@gnu.org>1993-01-10 22:49:32 +0000
committerPaul Eggert <eggert@gnu.org>1993-01-10 22:49:32 +0000
commitac2a94545529758e5648ade68e55a0b5b257c445 (patch)
treebbd5350b919e67c66c91f34a53903f69205bb17e /gcc/regclass.c
parenta1c3776604184797b285078a4e3ff5250abaa44d (diff)
downloadgcc-ac2a94545529758e5648ade68e55a0b5b257c445.tar.gz
# Fix misspellings in comments.
From-SVN: r3183
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r--gcc/regclass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c
index 33c7c28586e..5501a8cfcf8 100644
--- a/gcc/regclass.c
+++ b/gcc/regclass.c
@@ -605,7 +605,7 @@ regclass (f, nregs)
int noperands;
/* Show that an insn inside a loop is likely to be executed three
- times more than insns outside a loop. This is much more agressive
+ times more than insns outside a loop. This is much more aggressive
than the assumptions made elsewhere and is being tried as an
experiment. */
@@ -1084,7 +1084,7 @@ record_reg_classes (n_alts, n_ops, ops, modes, constraints, insn)
break;
case 'm': case 'o': case 'V':
- /* It doesn't seem worth distingishing between offsettable
+ /* It doesn't seem worth distinguishing between offsettable
and non-offsettable addresses here. */
allows_mem = 1;
if (GET_CODE (op) == MEM)