* 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
+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.
// 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