* libsupc++/initializer_list: Fix typos.
authorJason Merrill <jason@gcc.gnu.org>
Wed, 24 Apr 2013 15:04:33 +0000 (11:04 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 24 Apr 2013 15:04:33 +0000 (11:04 -0400)
From-SVN: r198248

libstdc++-v3/libsupc++/initializer_list

index f99298b..046d05b 100644 (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>