diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2003-05-06 23:20:14 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2003-05-06 23:20:14 +0000 |
commit | f9af203f79b396700b99d30e51cbd01464a7d759 (patch) | |
tree | 87d73a602ebb52e1be8572e712974b9dab73d3c0 /libstdc++-v3/docs/html | |
parent | 26979a179fb2079163e1bbdb9f5b964d175290c8 (diff) | |
download | gcc-f9af203f79b396700b99d30e51cbd01464a7d759.zip gcc-f9af203f79b396700b99d30e51cbd01464a7d759.tar.gz gcc-f9af203f79b396700b99d30e51cbd01464a7d759.tar.bz2 |
Fix typo in previous commit (3.3 not 3.3.0).
From-SVN: r66542
Diffstat (limited to 'libstdc++-v3/docs/html')
-rw-r--r-- | libstdc++-v3/docs/html/faq/index.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/faq/index.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html index c7222dd..29a1d2f 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -547,7 +547,7 @@ which is no longer available, thanks deja...--> <hr /> <h2><a name="3_10">3.10 MIPS atomic operations</a></h2> <p>The atomic locking routines for MIPS targets requires MIPS II - and later. A patch went in just after the 3.3.0 release to + and later. A patch went in just after the 3.3 release to make mips* use the generic implementation instead. You can also configure for mipsel-elf as a workaround. </p> diff --git a/libstdc++-v3/docs/html/faq/index.txt b/libstdc++-v3/docs/html/faq/index.txt index dedc0f5..3e3a4fa 100644 --- a/libstdc++-v3/docs/html/faq/index.txt +++ b/libstdc++-v3/docs/html/faq/index.txt @@ -442,7 +442,7 @@ 3.10 MIPS atomic operations The atomic locking routines for MIPS targets requires MIPS II and - later. A patch went in just after the 3.3.0 release to make mips* use + later. A patch went in just after the 3.3 release to make mips* use the generic implementation instead. You can also configure for mipsel-elf as a workaround. |