* bitmap.h: Fix a comment typo.

From-SVN: r88168
This commit is contained in:
Kazu Hirata 2004-09-27 11:18:10 +00:00 committed by Kazu Hirata
parent 2c11433f20
commit 75e50bd288
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-09-27 Kazu Hirata <kazu@cs.umass.edu>
* bitmap.h: Fix a comment typo.
2004-09-27 Aaron W. LaFramboise <aaronraolete36@aaronwl.com>
* libgcc2.c (getpagesize): Change type of return value to int.

View File

@ -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