diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-02 01:39:03 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-02 01:39:03 +0000 |
commit | bb09d86cb5a933f47e5bc606fc61faa6bcfa5e1f (patch) | |
tree | e09d2a3b67a8742d1189c163b87b9867c814c893 | |
parent | 786342c65f9df72bea016263b8762091abca5143 (diff) | |
download | gcc-bb09d86cb5a933f47e5bc606fc61faa6bcfa5e1f.tar.gz |
2001-05-01 Tom Browder <tbrowder@home.com>
* docs/html/ext/howto.html: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41752 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/ext/howto.html | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d160b2dbda5..c6825761848 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-05-01 Tom Browder <tbrowder@home.com> + + * docs/html/ext/howto.html: Fix typo. + 2001-05-01 Gabriel Dos Reis <gdr@codesourcery.com> * testsuite/libstdc++.tests/tests.exp: Add comment. diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index 84b8b8db6e3..cdc0958df01 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -8,7 +8,7 @@ <META NAME="GENERATOR" CONTENT="vi and eight fingers"> <TITLE>libstdc++-v3 HOWTO: Extensions</TITLE> <LINK REL=StyleSheet HREF="../lib3styles.css"> -<!-- $Id: howto.html,v 1.2 2001/03/25 00:01:56 pme Exp $ --> +<!-- $Id: howto.html,v 1.3 2001/04/03 00:26:56 pme Exp $ --> </HEAD> <BODY> @@ -98,7 +98,7 @@ <P>(Side note: for those of you wondering, <B>"Why wasn't a hash table included in the Standard in the first #!$@ place?"</B> I'll give a quick answer: it was proposed, but too late and in too - unorganized a fashion. Some sort of hashing will undoubtably be + unorganized a fashion. Some sort of hashing will undoubtedly be included in a future Standard. </P> <P>Return <A HREF="#top">to top of page</A> or @@ -159,7 +159,7 @@ <P CLASS="fineprint"><EM> Comments and suggestions are welcome, and may be sent to <A HREF="mailto:libstdc++@gcc.gnu.org">the mailing list</A>. -<BR> $Id: howto.html,v 1.2 2001/03/25 00:01:56 pme Exp $ +<BR> $Id: howto.html,v 1.3 2001/04/03 00:26:56 pme Exp $ </EM></P> |