diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-27 11:18:10 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-27 11:18:10 +0000 |
commit | 8b6dfadd7bc86315ebb792343d9cc20342bff31b (patch) | |
tree | 2255f96a38fbf12fcf3874d773f867ae605d7995 /gcc/bitmap.h | |
parent | 88c6eca40d3b769777f9dc6949ce45f02a75da61 (diff) | |
download | gcc-8b6dfadd7bc86315ebb792343d9cc20342bff31b.tar.gz |
* bitmap.h: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88168 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 76cd473cee6..0afc7f535a0 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -282,7 +282,7 @@ bmp_iter_single_init (bitmap_iterator *bi, bitmap bmp, unsigned min) return bmp_iter_single_next_1 (bi); } -/* Returns true if all elements of the bitmap refered to by iterator BI +/* Returns true if all elements of the bitmap referred to by iterator BI were processed. */ static inline bool |