Commit 75e50bd2 by Kazu Hirata Committed by Kazu Hirata

* bitmap.h: Fix a comment typo.

From-SVN: r88168
parent 2c11433f
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment