projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c11433
)
* bitmap.h: Fix a comment typo.
author
Kazu Hirata
<kazu@cs.umass.edu>
Mon, 27 Sep 2004 11:18:10 +0000
(11:18 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Mon, 27 Sep 2004 11:18:10 +0000
(11:18 +0000)
From-SVN: r88168
gcc/ChangeLog
patch
|
blob
|
history
gcc/bitmap.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 753dedefaba9cf767162fe0e6b7984bc7a883f6c..b75fc60c922228283311ebb21914e93341e65168 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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.
diff --git
a/gcc/bitmap.h
b/gcc/bitmap.h
index 76cd473cee640d33dca12c2470d3ffb3fa48f292..0afc7f535a0afea3d7f46d8cefb0b74a792a7620 100644
(file)
--- 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 refer
r
ed to by iterator BI
were processed. */
static inline bool