diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-24 15:04:33 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-24 15:04:33 +0000 |
commit | 0b3f3aa4117b85502ef33bc680fffe6a741230ac (patch) | |
tree | d351147f1f63d08f274fedb2ea4842a8cc59d652 /libstdc++-v3/libsupc++ | |
parent | 52f020cf4f6cce765d6d6d895dc48c40615f9644 (diff) | |
download | gcc-0b3f3aa4117b85502ef33bc680fffe6a741230ac.tar.gz |
* libsupc++/initializer_list: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198248 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/libsupc++')
-rw-r--r-- | libstdc++-v3/libsupc++/initializer_list | 4 |
1 files changed, 2 insertions, 2 deletions
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<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> |