aboutsummaryrefslogtreecommitdiff
path: root/gcc/ra-debug.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-12-25 15:15:10 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-12-25 15:15:10 +0000
commitd55d8fc700fd75c7efb3f1e11d1d303cde2dd4d9 (patch)
treec9d2c0b2dd77109ef11a66cdf42b6e1a0fc4430e /gcc/ra-debug.c
parent7a770d8b104d6ce00bf9d56b22dc6428b969f1ba (diff)
downloadgcc-d55d8fc700fd75c7efb3f1e11d1d303cde2dd4d9.zip
gcc-d55d8fc700fd75c7efb3f1e11d1d303cde2dd4d9.tar.gz
gcc-d55d8fc700fd75c7efb3f1e11d1d303cde2dd4d9.tar.bz2
output.h: Fix comment typos.
* output.h: Fix comment typos. * predict.c: Likewise. * print-tree.c: Likewise. * profile.c: Likewise. * ra-build.c: Likewise. * ra-colorize.c: Likewise. * ra-debug.c: Likewise. * ra-rewrite.c: Likewise. * ra.c: Likewise. * ra.h: Likewise. * real.c: Likewise. * recog.c: Likewise. * reg-stack.c: Likewise. * regclass.c: Likewise. From-SVN: r60502
Diffstat (limited to 'gcc/ra-debug.c')
-rw-r--r--gcc/ra-debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ra-debug.c b/gcc/ra-debug.c
index ed5b4ee..e415df4 100644
--- a/gcc/ra-debug.c
+++ b/gcc/ra-debug.c
@@ -817,7 +817,7 @@ dump_constraints ()
int uid = INSN_UID (insn);
int o;
/* Don't simply force rerecognition, as combine might left us
- with some unrecongnizable ones, which later leads to aborts
+ with some unrecognizable ones, which later leads to aborts
in regclass, if we now destroy the remembered INSN_CODE(). */
/*INSN_CODE (insn) = -1;*/
code = recog_memoized (insn);