diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2013-02-20 22:41:51 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2013-02-20 22:41:51 +0000 |
commit | 2f2b63daf1c4d38bc2086f8e39f82ce4029727f5 (patch) | |
tree | 22785089c7ab8d2f783247d070653065d918e6fd /libstdc++-v3/include/std/streambuf | |
parent | 4731c96644d4ef015d91b6385214ecdcd4742274 (diff) | |
download | gcc-2f2b63daf1c4d38bc2086f8e39f82ce4029727f5.zip gcc-2f2b63daf1c4d38bc2086f8e39f82ce4029727f5.tar.gz gcc-2f2b63daf1c4d38bc2086f8e39f82ce4029727f5.tar.bz2 |
faq.html: Fix spelling.
* doc/html/faq.html: Fix spelling.
* doc/xml/faq.xml: Likewise.
* include/bits/basic_ios.h: Likewise.
* include/bits/regex.h: Likewise.
* include/std/istream: Likewise.
* include/std/streambuf: Likewise.
From-SVN: r196184
Diffstat (limited to 'libstdc++-v3/include/std/streambuf')
-rw-r--r-- | libstdc++-v3/include/std/streambuf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/streambuf b/libstdc++-v3/include/std/streambuf index 0fb2f07..00b3dd1 100644 --- a/libstdc++-v3/include/std/streambuf +++ b/libstdc++-v3/include/std/streambuf @@ -123,7 +123,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION //@{ /** * These are standard types. They permit a standardized way of - * referring to names of (or names dependant on) the template + * referring to names of (or names dependent on) the template * parameters, which are specific to the implementation. */ typedef _CharT char_type; |