aboutsummaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-10-05 19:50:56 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-10-05 19:50:56 +0000
commit2067c116a461065421179358eb97a4ca83d98009 (patch)
tree181b15e6aed883a9959772d5ec222d6c365758bb /gcc/reg-stack.c
parent3c2a7a6a2639845787d3b68b7eceb82bb17bc54d (diff)
downloadgcc-2067c116a461065421179358eb97a4ca83d98009.zip
gcc-2067c116a461065421179358eb97a4ca83d98009.tar.gz
gcc-2067c116a461065421179358eb97a4ca83d98009.tar.bz2
c-pretty-print.c: Fix comment typos.
* c-pretty-print.c: Fix comment typos. * c-pretty-print.h: Likewise. * calls.c: Likewise. * cfgloopmanip.c: Likewise. * cgraphunit.c: Likewise. * cppfiles.c: Likewise. * final.c: Likewise. * function.c: Likewise. * gcov-io.h: Likewise. * gcse.c: Likewise. * genoutput.c: Likewise. * loop.c: Likewise. * postreload.c: Likewise. * reg-stack.c: Likewise. * regmove.c: Likewise. * sched-int.h: Likewise. * sched-rgn.c: Likewise. * simplify-rtx.c: Likewise. * tree-inline.c: Likewise. * config/m68hc11/m68hc11.h: Likewise. * config/mmix/mmix.c: Likewise. * config/mn10300/mn10300.md: Likewise. * config/sh/sh.h: Likewise. From-SVN: r72118
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r--gcc/reg-stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c
index f432cf1..e1833bc 100644
--- a/gcc/reg-stack.c
+++ b/gcc/reg-stack.c
@@ -2837,7 +2837,7 @@ convert_regs_2 (FILE *file, basic_block block)
some dead EH outgoing edge after the possible deletion of the
trapping insn inside the block. Since the number of predecessors of
"block"'s successors has been computed based on the initial edge set,
- we check for the possiblity to process some of these successors
+ we check for the possibility to process some of these successors
before such an edge deletion may happen. */
for (e = block->succ; e ; e = e->succ_next)
if (! (e->flags & EDGE_DFS_BACK))