diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1998-09-15 09:43:59 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1998-09-15 09:43:59 -0400 |
commit | 3d821ea145fe2073e552e48cec4f35c8441e507c (patch) | |
tree | ff694cfbcf3caaa58659e458f885ebd792bf1223 | |
parent | 9d07bfaf50b14956c61e10916e92d6f9753fb1cc (diff) | |
download | gcc-3d821ea145fe2073e552e48cec4f35c8441e507c.zip gcc-3d821ea145fe2073e552e48cec4f35c8441e507c.tar.gz gcc-3d821ea145fe2073e552e48cec4f35c8441e507c.tar.bz2 |
tweak
From-SVN: r22428
-rw-r--r-- | libstdc++/stl/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++/stl/README b/libstdc++/stl/README index 7d9f15f..c319c08 100644 --- a/libstdc++/stl/README +++ b/libstdc++/stl/README @@ -6,7 +6,7 @@ Things are likely to change. For example, the header file names are very likely to change. The Allocator interface will change. Etc, etc. CYGNUS MAKES NO COMMITTMENT (yet) TO SUPPORT BACKWARD COMPATIBILITY FOR STL. -For examples if things that should work, look in the ../tests directory. +For examples of things that should work, look in the ../tests directory. DOCUMENTATION: See http://www.sgi.com/Technology/STL/ or http://www.dinkumware.com/ |