aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-06 16:51:21 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-06 16:51:21 +0000
commit5d3cc252060adbc8457b1d1b9fb30c1fa7803c4a (patch)
tree11295486e636ccdf75794a1c0860afe428d8372d /gcc/final.c
parent95ea367d2d2d54e8e45725538f99eb71ec301487 (diff)
downloadgcc-5d3cc252060adbc8457b1d1b9fb30c1fa7803c4a.zip
gcc-5d3cc252060adbc8457b1d1b9fb30c1fa7803c4a.tar.gz
gcc-5d3cc252060adbc8457b1d1b9fb30c1fa7803c4a.tar.bz2
alias.c: Fix comment typos.
* alias.c: Fix comment typos. * builtins.c: Likewise. * cfg.c: Likewise. * df.c: Likewise. * dominance.c: Likewise. * dwarf2out.c: Likewise. * emit-rtl.c: Likewise. * expr.c: Likewise. * final.c: Likewise. * fold-const.c: Likewise. * gcse.c: Likewise. * genattrtab.c: Likewise. * genrecog.c: Likewise. * gensupport.c: Likewise. * ggc-zone.c: Likewise. * integrate.c: Likewise. * local-alloc.c: Likewise. * loop.c: Likewise. * recog.c: Likewise. * regmove.c: Likewise. * reg-stack.c: Likewise. * reorg.c: Likewise. * rtlanal.c: Likewise. * rtl.h: Likewise. * sched-ebb.c: Likewise. * simplify-rtx.c: Likewise. * toplev.c: Likewise. * varasm.c: Likewise. From-SVN: r75475
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c
index 3310a40..d3785fd 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -3779,7 +3779,7 @@ leaf_renumber_regs_insn (rtx in_rtx)
calls into this file, i.e., dbxout_symbol, dbxout_parms, and dbxout_reg_params.
Those routines may also be called from a higher level intercepted routine. So
to prevent recording data for an inner call to one of these for an intercept,
- we maintain a intercept nesting counter (debug_nesting). We only save the
+ we maintain an intercept nesting counter (debug_nesting). We only save the
intercepted arguments if the nesting is 1. */
int debug_nesting = 0;