diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2010-06-25 23:18:08 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2010-06-26 00:18:08 +0100 |
commit | e7e1f457796ae5e1e6cbb11b7fb1d163321d0a91 (patch) | |
tree | ac135e58e797c50eeb1e7210e72a1f2f3034846a | |
parent | 6769da2ed7f7d778a2a75bdc63f40e08da76819c (diff) | |
download | gcc-e7e1f457796ae5e1e6cbb11b7fb1d163321d0a91.zip gcc-e7e1f457796ae5e1e6cbb11b7fb1d163321d0a91.tar.gz gcc-e7e1f457796ae5e1e6cbb11b7fb1d163321d0a91.tar.bz2 |
faq.xml: Fix typo.
2010-06-25 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/faq.xml: Fix typo.
* doc/html/faq.xml: Likewise.
From-SVN: r161420
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/html/faq.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/faq.xml | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 293bc72..e207ced 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2010-06-26 Jonathan Wakely <jwakely.gcc@gmail.com> + + * doc/xml/faq.xml: Fix typo. + * doc/html/faq.xml: Likewise. + 2010-06-25 Stephen M. Webb <stephen.webb@bregmasoft.ca> Initial regex implementation. diff --git a/libstdc++-v3/doc/html/faq.html b/libstdc++-v3/doc/html/faq.html index f245beb..76f318c 100644 --- a/libstdc++-v3/doc/html/faq.html +++ b/libstdc++-v3/doc/html/faq.html @@ -396,7 +396,7 @@ non-standard features of g++ that are not present in older versions of proprietary compilers. It may take as much as a year or two after an official release of GCC that contains these features for - proprietary tools support these constructs. + proprietary tools to support these constructs. </p><p> In the near past, specific released versions of libstdc++ have been known to work with versions of the EDG C++ compiler, and diff --git a/libstdc++-v3/doc/xml/faq.xml b/libstdc++-v3/doc/xml/faq.xml index 57f0804..5ed2777 100644 --- a/libstdc++-v3/doc/xml/faq.xml +++ b/libstdc++-v3/doc/xml/faq.xml @@ -491,7 +491,7 @@ non-standard features of g++ that are not present in older versions of proprietary compilers. It may take as much as a year or two after an official release of GCC that contains these features for - proprietary tools support these constructs. + proprietary tools to support these constructs. </para> <para> In the near past, specific released versions of libstdc++ have |