* bitmap.h: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 27 Sep 2004 11:18:10 +0000 (11:18 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 27 Sep 2004 11:18:10 +0000 (11:18 +0000)
From-SVN: r88168

gcc/ChangeLog
gcc/bitmap.h

index 753dedefaba9cf767162fe0e6b7984bc7a883f6c..b75fc60c922228283311ebb21914e93341e65168 100644 (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.
index 76cd473cee640d33dca12c2470d3ffb3fa48f292..0afc7f535a0afea3d7f46d8cefb0b74a792a7620 100644 (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