* libsupc++/initializer_list: Fix typos.

From-SVN: r198248
This commit is contained in:
Jason Merrill 2013-04-24 11:04:33 -04:00
parent 76089b28bd
commit 1e8c490759

View file

@ -81,7 +81,7 @@ namespace std
/**
* @brief Return an iterator pointing to the first element of
* the initilizer_list.
* the initializer_list.
* @param __ils Initializer list.
*/
template<class _Tp>
@ -91,7 +91,7 @@ namespace std
/**
* @brief Return an iterator pointing to one past the last element
* of the initilizer_list.
* of the initializer_list.
* @param __ils Initializer list.
*/
template<class _Tp>