aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2009-12-30 10:34:41 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2009-12-30 10:34:41 +0000
commit0ac3a9af09c7b4afc87bcafc032522bdd15a40f4 (patch)
tree80c086cbde61262e7a5e28e1211f181748330f5c /libstdc++-v3
parentf6c1336cbe8141888509784439820059577d71e6 (diff)
downloadgcc-0ac3a9af09c7b4afc87bcafc032522bdd15a40f4.zip
gcc-0ac3a9af09c7b4afc87bcafc032522bdd15a40f4.tar.gz
gcc-0ac3a9af09c7b4afc87bcafc032522bdd15a40f4.tar.bz2
stl_iterator.h.: Fix typo in comment.
2009-12-30 Paolo Carlini <paolo.carlini@oracle.com> * include/bits/stl_iterator.h.: Fix typo in comment. From-SVN: r155517
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/include/bits/stl_iterator.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 4313019..21ab1f3 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-30 Paolo Carlini <paolo.carlini@oracle.com>
+
+ * include/bits/stl_iterator.h.: Fix typo in comment.
+
2009-12-29 Edward Smith-Rowland <3dw4rd@verizon.net>
* include/bits/random.h: Fix equation in comment of Weibull distro.
diff --git a/libstdc++-v3/include/bits/stl_iterator.h b/libstdc++-v3/include/bits/stl_iterator.h
index a60fea6..d6c4b51 100644
--- a/libstdc++-v3/include/bits/stl_iterator.h
+++ b/libstdc++-v3/include/bits/stl_iterator.h
@@ -74,7 +74,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
// 24.4.1 Reverse iterators
/**
- * 'Bidirectional and random access iterators have corresponding reverse
+ * Bidirectional and random access iterators have corresponding reverse
* %iterator adaptors that iterate through the data structure in the
* opposite direction. They have the same signatures as the corresponding
* iterators. The fundamental relation between a reverse %iterator and its