summaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-19 23:15:13 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-19 23:15:13 +0000
commitd7b8d6bae559fb156ed8d86b446d59336298230d (patch)
treeef92fdd075e45f1bf71ea654fc8fb7082e00328b /libstdc++-v3/doc
parenta912f2a3daf00f94e1380b730c8a771351838f02 (diff)
downloadgcc-d7b8d6bae559fb156ed8d86b446d59336298230d.tar.gz
Fix typo in recent doc updates
* doc/xml/manual/abi.xml: Fix typo. * doc/html/manual/abi.html: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244658 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc')
-rw-r--r--libstdc++-v3/doc/html/manual/abi.html2
-rw-r--r--libstdc++-v3/doc/xml/manual/abi.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/doc/html/manual/abi.html b/libstdc++-v3/doc/html/manual/abi.html
index 775d09e3c18..33ed3e3543f 100644
--- a/libstdc++-v3/doc/html/manual/abi.html
+++ b/libstdc++-v3/doc/html/manual/abi.html
@@ -173,7 +173,7 @@ compatible.
<code class="literal">20160427</code> value of the macro in the 6.1.0 release,
but there are features supported in the 6.1.0 release that are not
supported in 5.4.0 release.
- You also can't test for the the exact values listed below to try and
+ You also can't test for the exact values listed below to try and
identify a release, because a snapshot taken from the gcc-5-branch on
2016-04-27 would have the same value for the macro as the 6.1.0 release
despite being a different version.
diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml
index f2b2ec37962..cd7671037f3 100644
--- a/libstdc++-v3/doc/xml/manual/abi.xml
+++ b/libstdc++-v3/doc/xml/manual/abi.xml
@@ -418,7 +418,7 @@ compatible.
<literal>20160427</literal> value of the macro in the 6.1.0 release,
but there are features supported in the 6.1.0 release that are not
supported in 5.4.0 release.
- You also can't test for the the exact values listed below to try and
+ You also can't test for the exact values listed below to try and
identify a release, because a snapshot taken from the gcc-5-branch on
2016-04-27 would have the same value for the macro as the 6.1.0 release
despite being a different version.