]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
stl_iterator.h.: Fix typo in comment.
authorPaolo Carlini <paolo.carlini@oracle.com>
Wed, 30 Dec 2009 10:34:41 +0000 (10:34 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 30 Dec 2009 10:34:41 +0000 (10:34 +0000)
2009-12-30  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_iterator.h.: Fix typo in comment.

From-SVN: r155517

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

index 43130195cbc0c1edcf75ad15a6f0fafffbee64b7..21ab1f358cfd86628dd9a50e8ced614c8ae2a57f 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 a60fea60a6bd7af7e2d4d477f27ed2546f037728..d6c4b5178435160d210bbb98d59dbe53402d71e4 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