diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-25 23:18:08 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-25 23:18:08 +0000 |
commit | e550b403d8fb5ec0a04b7a61fc74744b74fd545a (patch) | |
tree | ac135e58e797c50eeb1e7210e72a1f2f3034846a | |
parent | 80330fcdd60b483478ae384e3165f88cc03e4cf5 (diff) | |
download | gcc-e550b403d8fb5ec0a04b7a61fc74744b74fd545a.tar.gz |
2010-06-25 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/faq.xml: Fix typo.
* doc/html/faq.xml: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161420 138bc75d-0d04-0410-961f-82ee72b054a4
-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 293bc729404..e207ced7be5 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 f245bebfd53..76f318c969d 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 57f08041789..5ed2777337c 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 |