aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-13 20:48:45 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-11-13 20:48:45 +0000
commit3ddbab4c362e0a51085f47a19015204dd388a0e5 (patch)
tree4c9cf84aa5561d6c6759debacb43b9ee62741ed2 /gcc/bitmap.c
parent8a95da93978eca281d4c3d88971212b2b9cfffb8 (diff)
* bitmap.c, bitmap.h, expmed.c, tree-cfg.c: Fix comment
formatting. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@90595 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r--gcc/bitmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c
index a067984457e..6ab194f1548 100644
--- a/gcc/bitmap.c
+++ b/gcc/bitmap.c
@@ -496,7 +496,7 @@ bitmap_first_set_bit (bitmap a)
}
-/* DST = A & B. */
+/* DST = A & B. */
void
bitmap_and (bitmap dst, bitmap a, bitmap b)
@@ -606,7 +606,7 @@ bitmap_and_compl (bitmap dst, bitmap a, bitmap b)
{
if (!b_elt || a_elt->indx < b_elt->indx)
{
- /* Copy a_elt. */
+ /* Copy a_elt. */
if (!dst_elt)
dst_elt = bitmap_elt_insert_after (dst, dst_prev);