aboutsummaryrefslogtreecommitdiff
path: root/gcc/sbitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sbitmap.c')
-rw-r--r--gcc/sbitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sbitmap.c b/gcc/sbitmap.c
index e79ff94..ce60ca8 100644
--- a/gcc/sbitmap.c
+++ b/gcc/sbitmap.c
@@ -94,7 +94,7 @@ sbitmap_resize (bmap, n_elms, def)
}
else if (n_elms < bmap->n_bits)
{
- /* Clear the surplus bits in the last word. */
+ /* Clear the surplus bits in the last word. */
last_bit = n_elms % SBITMAP_ELT_BITS;
if (last_bit)
bmap->elms[size - 1]