summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-06 23:20:14 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-06 23:20:14 +0000
commitede3bf5c29c414913d9b2876d1a705a15216e0c9 (patch)
tree87d73a602ebb52e1be8572e712974b9dab73d3c0
parentb6425c9d34d745b7a46ef19f213f181bf830fc15 (diff)
downloadgcc-ede3bf5c29c414913d9b2876d1a705a15216e0c9.tar.gz
Fix typo in previous commit (3.3 not 3.3.0).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66542 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/docs/html/faq/index.html2
-rw-r--r--libstdc++-v3/docs/html/faq/index.txt2
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 c7222ddd297..29a1d2fa369 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 dedc0f5bca8..3e3a4fa60a6 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.