summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-14 10:08:58 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-14 10:08:58 +0000
commit31a5b21ff7808f4cc6cd1fda820942690f4eddd1 (patch)
treee6d0f18d24d0625aade26a727fa09a7fbd7f81de
parent0af0fc20c25ffa193d18704d6a2f9bd9038e9794 (diff)
downloadgcc-31a5b21ff7808f4cc6cd1fda820942690f4eddd1.tar.gz
* doc/xml/manual/evolution.xml: Fix typos.
* doc/html/manual/api.html: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222081 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/doc/html/manual/api.html4
-rw-r--r--libstdc++-v3/doc/xml/manual/evolution.xml4
3 files changed, 9 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index baa3336c0b8..7c8ec63f51c 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-14 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/xml/manual/evolution.xml: Fix typos.
+ * doc/html/manual/api.html: Regenerate.
+
2015-04-14 Hans-Peter Nilsson <hp@axis.com>
* testsuite/29_atomics/atomic/62259.cc: Assert atomic
diff --git a/libstdc++-v3/doc/html/manual/api.html b/libstdc++-v3/doc/html/manual/api.html
index 2b7d92f78f5..566f686b853 100644
--- a/libstdc++-v3/doc/html/manual/api.html
+++ b/libstdc++-v3/doc/html/manual/api.html
@@ -242,7 +242,7 @@ now defaults to zero.
</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="api.rel_460"></a><code class="constant">4.6</code></h3></div></div></div><p>
Use constexpr and nullptr where appropriate throughout the library.
</p><p>
- The library was updated to to avoid including
+ The library was updated to avoid including
<code class="filename">stddef.h</code> in order
to reduce namespace pollution.
</p><p>Reference-count annotations to assist data race detectors.
@@ -254,7 +254,7 @@ now defaults to zero.
<code class="classname">steady_clock</code> as required by the final C++11
standard.
</p><p>A new clocale model for newlib is available.</p><p>
- The library was updated to to avoid including
+ The library was updated to avoid including
<code class="filename">unistd.h</code> in order
to reduce namespace pollution.
</p><p>Debug Mode was improved for unordered containers. </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="api.rel_480"></a><code class="constant">4.8</code></h3></div></div></div><p>
diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml
index 2e4a1e244a9..7f89c29189b 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.
</para>
<para>
- The library was updated to to avoid including
+ The library was updated to avoid including
<filename class="headerfile">stddef.h</filename> in order
to reduce namespace pollution.
</para>
@@ -668,7 +668,7 @@ now defaults to zero.
<para>A new clocale model for newlib is available.</para>
<para>
- The library was updated to to avoid including
+ The library was updated to avoid including
<filename class="headerfile">unistd.h</filename> in order
to reduce namespace pollution.
</para>