aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Edwards <pme@sourceware.cygnus.com>2000-06-27 15:56:17 +0000
committerPhil Edwards <pme@gcc.gnu.org>2000-06-27 15:56:17 +0000
commitd4826ded629b2c343c4b12e69f20bf1a785d6e4c (patch)
treed35e905352ac5684a801bfe23cc4a7dc2099f6e7
parent70541f45e987f6d980c369a84d666a38ce7aea24 (diff)
downloadgcc-d4826ded629b2c343c4b12e69f20bf1a785d6e4c.zip
gcc-d4826ded629b2c343c4b12e69f20bf1a785d6e4c.tar.gz
gcc-d4826ded629b2c343c4b12e69f20bf1a785d6e4c.tar.bz2
install.html: Fix minor typo as reported.
2000-06-27 Phil Edwards <pme@sourceware.cygnus.com> * docs/install.html: Fix minor typo as reported. From-SVN: r34733
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/docs/install.html6
2 files changed, 7 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a5c10ce..3f149c5 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-27 Phil Edwards <pme@sourceware.cygnus.com>
+
+ * docs/install.html: Fix minor typo as reported.
+
2000-06-13 Brent Verner <brent@rcfile.org>
* bits/string.tcc (string::rfind): Fix.
diff --git a/libstdc++-v3/docs/install.html b/libstdc++-v3/docs/install.html
index 4e56eda..00e0f6d 100644
--- a/libstdc++-v3/docs/install.html
+++ b/libstdc++-v3/docs/install.html
@@ -9,7 +9,7 @@
<TITLE>libstdc++-v3 Installation Instructions</TITLE>
<LINK REL="home" HREF="http://sourceware.cygnus.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
-<!-- $Id: install.html,v 1.2 2000/06/19 22:20:15 bkoz Exp $ -->
+<!-- $Id: install.html,v 1.3 2000/06/20 23:14:37 bkoz Exp $ -->
</HEAD>
<BODY>
@@ -230,7 +230,7 @@ being built, and also enables -fhonor-std by default. This option is not availab
<P>Now you have a few options:</P>
<H3>[re]building <EM>everything</EM></H3>
<P>If you're building GCC from scratch, you can do the usual
- <TT> 'make boostrap' </TT> here, and libstdc++-v3 will be built
+ <TT> 'make bootstrap' </TT> here, and libstdc++-v3 will be built
as its default C++ library. The generated g++ will magically
use the correct headers, link against the correct library
binary, and in general using libstdc++-v3 will be a piece of
@@ -381,7 +381,7 @@ To rebuild just libstdc++, use:
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sourceware.cygnus.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>.
-<BR> $Id: install.html,v 1.2 2000/06/19 22:20:15 bkoz Exp $
+<BR> $Id: install.html,v 1.3 2000/06/20 23:14:37 bkoz Exp $
</EM></P>