From 0ac3a9af09c7b4afc87bcafc032522bdd15a40f4 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Wed, 30 Dec 2009 10:34:41 +0000 Subject: [PATCH] stl_iterator.h.: Fix typo in comment. 2009-12-30 Paolo Carlini * include/bits/stl_iterator.h.: Fix typo in comment. From-SVN: r155517 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/bits/stl_iterator.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 43130195cbc0..21ab1f358cfd 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2009-12-30 Paolo Carlini + + * 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 a60fea60a6bd..d6c4b5178435 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 -- 2.47.3