aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-27 11:18:10 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-27 11:18:10 +0000
commit75e50bd288af0eaa7342f8cb5e506985fd4067f8 (patch)
tree2255f96a38fbf12fcf3874d773f867ae605d7995 /gcc/bitmap.h
parent2c11433f202147fd3bfd88f2b1b22e9e91c06d91 (diff)
downloadgcc-75e50bd288af0eaa7342f8cb5e506985fd4067f8.zip
gcc-75e50bd288af0eaa7342f8cb5e506985fd4067f8.tar.gz
gcc-75e50bd288af0eaa7342f8cb5e506985fd4067f8.tar.bz2
* bitmap.h: Fix a comment typo.
From-SVN: r88168
Diffstat (limited to 'gcc/bitmap.h')
-rw-r--r--gcc/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bitmap.h b/gcc/bitmap.h
index 76cd473..0afc7f5 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