aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2018-12-19 20:16:57 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2018-12-19 20:16:57 +0000
commitf39365f3edf65fd36082b471a8370eada78cb474 (patch)
tree4d16a442b1614a79554fa124325eddc9d2af6870
parent72e3a529238a86235f74f563d13f27b26b2b816b (diff)
downloadgcc-f39365f3edf65fd36082b471a8370eada78cb474.zip
gcc-f39365f3edf65fd36082b471a8370eada78cb474.tar.gz
gcc-f39365f3edf65fd36082b471a8370eada78cb474.tar.bz2
Fix grammar in libstdc++ ABI history documentation
* doc/xml/manual/abi.xml: Add missing word. From-SVN: r267285
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/doc/xml/manual/abi.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index d9747e8..6a3965c 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2018-12-19 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/xml/manual/abi.xml: Add missing word.
+
2018-12-18 Jonathan Wakely <jwakely@redhat.com>
* include/bits/fs_dir.h (operator<<): Overload for directory_entry,
diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml
index 8859e96..d1e6b98 100644
--- a/libstdc++-v3/doc/xml/manual/abi.xml
+++ b/libstdc++-v3/doc/xml/manual/abi.xml
@@ -425,7 +425,7 @@ compatible.
<literal>20160603</literal> which is greater than the
<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.
+ supported in the 5.4.0 release.
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