From: Kazu Hirata Date: Mon, 27 Sep 2004 11:18:10 +0000 (+0000) Subject: * bitmap.h: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75e50bd288af0eaa7342f8cb5e506985fd4067f8;p=gcc.git * bitmap.h: Fix a comment typo. From-SVN: r88168 --- 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