aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r--gcc/libgcc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index c864567..2ac66b1 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;
}