* bitmap.h: Fix a comment typo.
From-SVN: r88168
This commit is contained in:
parent
2c11433f20
commit
75e50bd288
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user