aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
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.h
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.h')
-rw-r--r--gcc/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bitmap.h b/gcc/bitmap.h
index 8732c3451aa..fb466dcae9e 100644
--- a/gcc/bitmap.h
+++ b/gcc/bitmap.h
@@ -266,7 +266,7 @@ bmp_iter_and_init (bitmap_iterator *bi, bitmap map1, bitmap map2,
bi->elt2 = bi->elt2->next;
}
- /* If we're at the same index, then we have some intersecting bits. */
+ /* If we're at the same index, then we have some intersecting bits. */
if (bi->elt1->indx == bi->elt2->indx)
{
/* We might have advanced beyond the start_bit, so reinitialize