Commit 2f2b63da by Jonathan Wakely Committed by Jonathan Wakely

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
parent 4731c966
2013-02-20 Jonathan Wakely <jwakely.gcc@gmail.com> 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 * testsuite/23_containers/unordered_set/55043.cc: Add missing
namespace qualification. namespace qualification.
* testsuite/23_containers/unordered_multiset/55043.cc: Likewise. * testsuite/23_containers/unordered_multiset/55043.cc: Likewise.
......
...@@ -503,7 +503,7 @@ ...@@ -503,7 +503,7 @@
Short answer: Pretty much everything <span class="emphasis"><em>works</em></span> Short answer: Pretty much everything <span class="emphasis"><em>works</em></span>
except for some corner cases. Support for localization except for some corner cases. Support for localization
in <code class="classname">locale</code> may be incomplete on non-GNU 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 for <span class="type">wchar_t</span> and <span class="type">long
long</span> specializations, and details of thread support. long</span> specializations, and details of thread support.
</p><p> </p><p>
......
...@@ -685,7 +685,7 @@ ...@@ -685,7 +685,7 @@
Short answer: Pretty much everything <emphasis>works</emphasis> Short answer: Pretty much everything <emphasis>works</emphasis>
except for some corner cases. Support for localization except for some corner cases. Support for localization
in <classname>locale</classname> may be incomplete on non-GNU 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 for <type>wchar_t</type> and <type>long
long</type> specializations, and details of thread support. long</type> specializations, and details of thread support.
</para> </para>
......
...@@ -69,7 +69,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -69,7 +69,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
//@{ //@{
/** /**
* These are standard types. They permit a standardized way of * 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. * parameters, which are specific to the implementation.
*/ */
typedef _CharT char_type; typedef _CharT char_type;
......
...@@ -135,7 +135,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -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 __first beginning of the character sequence.
* @param __last one-past-the-end of the character sequence. * @param __last one-past-the-end of the character sequence.
...@@ -185,7 +185,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -185,7 +185,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
* the returned mask identifies the classification regardless of * the returned mask identifies the classification regardless of
* the case of the characters to be matched (for example, * the case of the characters to be matched (for example,
* [[:lower:]] is the same as [[:alpha:]]), otherwise a * [[: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 * returned shall be independent of the case of the characters
* in the character sequence. If the name is not recognized then * in the character sequence. If the name is not recognized then
* returns a value that compares equal to 0. * returns a value that compares equal to 0.
......
...@@ -660,7 +660,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -660,7 +660,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
bool _M_ok; bool _M_ok;
public: public:
/// Easy access to dependant types. /// Easy access to dependent types.
typedef _Traits traits_type; typedef _Traits traits_type;
typedef basic_streambuf<_CharT, _Traits> __streambuf_type; typedef basic_streambuf<_CharT, _Traits> __streambuf_type;
typedef basic_istream<_CharT, _Traits> __istream_type; typedef basic_istream<_CharT, _Traits> __istream_type;
......
...@@ -123,7 +123,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -123,7 +123,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
//@{ //@{
/** /**
* These are standard types. They permit a standardized way of * 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. * parameters, which are specific to the implementation.
*/ */
typedef _CharT char_type; typedef _CharT char_type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment