aboutsummaryrefslogtreecommitdiff
path: root/gcc/sbitmap.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-03-08 01:38:27 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-03-08 01:38:27 +0000
commit3dc575ffdbbf9f76f2f8458ccb351efd5d67a96b (patch)
treeac6eaf9720b1013a5b3dc4f6abec3d7ed67daa1c /gcc/sbitmap.c
parent89d11511b0e8ce513e042c75131f6e15529ddf24 (diff)
downloadgcc-3dc575ffdbbf9f76f2f8458ccb351efd5d67a96b.zip
gcc-3dc575ffdbbf9f76f2f8458ccb351efd5d67a96b.tar.gz
gcc-3dc575ffdbbf9f76f2f8458ccb351efd5d67a96b.tar.bz2
calls.c: Fix comment formatting.
* calls.c: Fix comment formatting. * cfgloopanal.c: Likewise. * cfgloopmanip.c: Likewise. * combine.c: Likewise. * dwarf2out.c: Likewise. * ggc-common.c: Likewise. * langhooks.c: Likewise. * loop-unroll.c: Likewise. * loop.c: Likewise. * ra-build.c: Likewise. * sbitmap.c: Likewise. * toplev.c: Likewise. From-SVN: r63966
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]