From: Jason Merrill Date: Wed, 24 Apr 2013 15:04:33 +0000 (-0400) Subject: * libsupc++/initializer_list: Fix typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e8c49075968b3a65fc242c3429d785560d11325;p=gcc.git * libsupc++/initializer_list: Fix typos. From-SVN: r198248 --- diff --git a/libstdc++-v3/libsupc++/initializer_list b/libstdc++-v3/libsupc++/initializer_list index f99298b6068..046d05ba6ca 100644 --- a/libstdc++-v3/libsupc++/initializer_list +++ b/libstdc++-v3/libsupc++/initializer_list @@ -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 @@ -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