diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4c3d10f0920805f1ea3f13f08c8c5be181ef141c..f117cc5a6edf3b360cf519bd6b9aaed1edcd6406 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,12 @@ +2013-02-20 Jonathan Wakely <jwakely.gcc@gmail.com> + + * 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. + 2013-02-20 Jonathan Wakely <jwakely.gcc@gmail.com> * testsuite/23_containers/unordered_set/55043.cc: Add missing diff --git a/libstdc++-v3/doc/html/faq.html b/libstdc++-v3/doc/html/faq.html index 0c1d3280a8587699227384e62a4cf0510dc83a6b..91952071e875e5a78b14c878a10131c6ca377aab 100644 --- a/libstdc++-v3/doc/html/faq.html +++ b/libstdc++-v3/doc/html/faq.html @@ -503,7 +503,7 @@ Short answer: Pretty much everything <span class="emphasis"><em>works</em></span> except for some corner cases. Support for localization in <code class="classname">locale</code> may be incomplete on non-GNU - platforms. Also dependant on the underlying platform is support + platforms. Also dependent on the underlying platform is support for <span class="type">wchar_t</span> and <span class="type">long long</span> specializations, and details of thread support. </p><p> diff --git a/libstdc++-v3/doc/xml/faq.xml b/libstdc++-v3/doc/xml/faq.xml index 1408bd2461071adf759779e6f637e0e4c3e1c249..4e3339260ee30994f668d6c693f312bb017836d0 100644 --- a/libstdc++-v3/doc/xml/faq.xml +++ b/libstdc++-v3/doc/xml/faq.xml @@ -685,7 +685,7 @@ Short answer: Pretty much everything <emphasis>works</emphasis> except for some corner cases. Support for localization in <classname>locale</classname> may be incomplete on non-GNU - platforms. Also dependant on the underlying platform is support + platforms. Also dependent on the underlying platform is support for <type>wchar_t</type> and <type>long long</type> specializations, and details of thread support. </para> diff --git a/libstdc++-v3/include/bits/basic_ios.h b/libstdc++-v3/include/bits/basic_ios.h index b78b464ba02d4ee2ac4a4d469fcfa4f0e4261c04..5325800df9077ba9ba729421a30740c7a557cf7d 100644 --- a/libstdc++-v3/include/bits/basic_ios.h +++ b/libstdc++-v3/include/bits/basic_ios.h @@ -69,7 +69,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; diff --git a/libstdc++-v3/include/bits/regex.h b/libstdc++-v3/include/bits/regex.h index 39704bee7167c8f14ef05bb02946c8c3d9e9bbdc..101925a66f8cae92fc57235fdb8f4144dab97b19 100644 --- a/libstdc++-v3/include/bits/regex.h +++ b/libstdc++-v3/include/bits/regex.h @@ -135,7 +135,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION } /** - * @brief Gets a sort key for a character sequence, independant of case. + * @brief Gets a sort key for a character sequence, independent of case. * * @param __first beginning of the character sequence. * @param __last one-past-the-end of the character sequence. @@ -185,7 +185,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * the returned mask identifies the classification regardless of * the case of the characters to be matched (for example, * [[:lower:]] is the same as [[:alpha:]]), otherwise a - * case-dependant classification is returned. The value + * case-dependent classification is returned. The value * returned shall be independent of the case of the characters * in the character sequence. If the name is not recognized then * returns a value that compares equal to 0. diff --git a/libstdc++-v3/include/std/istream b/libstdc++-v3/include/std/istream index ae1485f5f438dc67ed19dc5d8f70616ab4a7a024..861bca53adf3572954077f7dbdfc02ff130aaf3f 100644 --- a/libstdc++-v3/include/std/istream +++ b/libstdc++-v3/include/std/istream @@ -660,7 +660,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION bool _M_ok; public: - /// Easy access to dependant types. + /// Easy access to dependent types. typedef _Traits traits_type; typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef basic_istream<_CharT, _Traits> __istream_type; diff --git a/libstdc++-v3/include/std/streambuf b/libstdc++-v3/include/std/streambuf index 0fb2f07cc90398ef63af9cd1c1cbab43dc2b2402..00b3dd1f36dae3ea4e1c9b71b281c0e7196f744c 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;