Commit 1e8c4907 by Jason Merrill

* libsupc++/initializer_list: Fix typos.

From-SVN: r198248
parent 76089b28
......@@ -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>
......
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