diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 753dedefaba..b75fc60c922 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-27 Kazu Hirata + + * bitmap.h: Fix a comment typo. + 2004-09-27 Aaron W. LaFramboise * libgcc2.c (getpagesize): Change type of return value to int. 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