diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 20:09:17 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 20:09:17 +0000 |
commit | 424da949b9e792266e5ab268fef9d84d83845039 (patch) | |
tree | c77fe1bb905e48b9ef6d1aa767606adced63e933 /gcc/libgcc2.c | |
parent | aa977dccd630c164bdf358e6e324b1d3493973ef (diff) | |
download | gcc-424da949b9e792266e5ab268fef9d84d83845039.tar.gz |
* ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
ChangeLog.5, ChangeLog, FSFChangeLog.10, FSFChangeLog.11,
c-common.c, c-common.h, c-parse.in, c-typeck.c, cfg.c, config.gcc,
configure, configure.in, except.c, except.h, flow.c, function.c,
gcc.c, gcse.c, genrecog.c, libgcc2.c, loop.c, loop.h, params.def,
predict.def, predict.h, reg-stack.c, regmove.c, sched-deps.c,
sched-int.h, sibcall.c, ssa.c, stringpool.c, toplev.c, tree.c,
unroll.c: Fix spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46595 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index c86456732b8..2ac66b1affc 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -2080,7 +2080,7 @@ __bb_init_prg (void) malloc (BB_BUCKETS * sizeof (struct bb_edge *)); if (bb_hashbuckets) /* Use a loop here rather than calling bzero to avoid having to - conditionalize its existance. */ + conditionalize its existence. */ for (i = 0; i < BB_BUCKETS; i++) bb_hashbuckets[i] = 0; } |