summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-14 23:51:07 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-14 23:51:07 +0000
commit2174cb1f3b17f5f5f2cd5eafabafc1bff00c33c5 (patch)
tree573ce094ea8f5dbf77b08dd87d33c743f19a3928 /libstdc++-v3
parent8610bcdeb06da4e3c8230a79287b3af677f8bf45 (diff)
downloadgcc-2174cb1f3b17f5f5f2cd5eafabafc1bff00c33c5.tar.gz
Fix class name in ChangeLog of previous commit, r170158.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170159 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index e43018d623a..13d149cf663 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -11,7 +11,7 @@
* include/bits/regex_compiler.h (_Scanner_base): Use constexpr.
* include/bits/regex_constants.h (syntax_option_type): Likewise.
* include/bits/regex_grep_matcher.h: Fix comment typo.
- (_Specialized_results::_Specialized_results): Simplify.
+ (_SpecializedResults::_SpecializedResults): Simplify.
* include/bits/regex_cursor.h: Fix comment typo.
* include/bits/regex_nfa.h: Likewise.
* testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc: