diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-13 20:48:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-13 20:48:45 +0000 |
commit | 621a25ae4462c07cf701b25bac9da17961092765 (patch) | |
tree | 4c9cf84aa5561d6c6759debacb43b9ee62741ed2 /gcc/bitmap.h | |
parent | 3d3965630e5f9c56ef359b418f4ab9c0744eaa24 (diff) | |
download | gcc-621a25ae4462c07cf701b25bac9da17961092765.tar.gz |
* bitmap.c, bitmap.h, expmed.c, tree-cfg.c: Fix comment
formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90595 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/bitmap.h')
-rw-r--r-- | gcc/bitmap.h | 2 |
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 |