Commit 0ac3a9af by Paolo Carlini Committed by Paolo Carlini

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
parent f6c1336c
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> 2009-12-29 Edward Smith-Rowland <3dw4rd@verizon.net>
* include/bits/random.h: Fix equation in comment of Weibull distro. * include/bits/random.h: Fix equation in comment of Weibull distro.
......
...@@ -74,7 +74,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std) ...@@ -74,7 +74,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
// 24.4.1 Reverse iterators // 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 * %iterator adaptors that iterate through the data structure in the
* opposite direction. They have the same signatures as the corresponding * opposite direction. They have the same signatures as the corresponding
* iterators. The fundamental relation between a reverse %iterator and its * iterators. The fundamental relation between a reverse %iterator and its
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment