2009-12-30 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Dec 2009 10:34:41 +0000 (10:34 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Dec 2009 10:34:41 +0000 (10:34 +0000)
* include/bits/stl_iterator.h.: Fix typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155517 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_iterator.h

index 4313019..21ab1f3 100644 (file)
@@ -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.
index a60fea6..d6c4b51 100644 (file)
@@ -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