diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index baa3336c0b86..7c8ec63f51c2 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-14 Jonathan Wakely
Use constexpr and nullptr where appropriate throughout the library.
- The library was updated to to avoid including
+ The library was updated to avoid including
stddef.h in order
to reduce namespace pollution.
Reference-count annotations to assist data race detectors.
@@ -254,7 +254,7 @@ now defaults to zero.
steady_clock as required by the final C++11
standard.
A new clocale model for newlib is available.
- The library was updated to to avoid including
+ The library was updated to avoid including
unistd.h in order
to reduce namespace pollution.
Debug Mode was improved for unordered containers.
diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml
index 2e4a1e244a9d..7f89c29189b1 100644
--- a/libstdc++-v3/doc/xml/manual/evolution.xml
+++ b/libstdc++-v3/doc/xml/manual/evolution.xml
@@ -638,7 +638,7 @@ now defaults to zero.