From: François Dumont Date: Thu, 26 Jul 2012 20:41:23 +0000 (+0000) Subject: Fix an english issue. X-Git-Tag: releases/gcc-4.8.0~4251 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18a8e9ef96b23d33036c8f78baa3e4ad19a64825;p=thirdparty%2Fgcc.git Fix an english issue. From-SVN: r189894 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a56f1e77f2fb..407b061a827a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -6,7 +6,7 @@ size_type, ...): Remove std::max usage to guarantee that hashtable state is consistent with hash policy state. (_Hashtable<>::rehash): Likewise. Set _M_prev_resize to 0 to avoid - the hashtable to be shrinking on next insertion. + the hashtable shrinking on next insertion. * testsuite/23_containers/unordered_set/modifiers/reserve.cc: New. * testsuite/23_containers/unordered_multiset/modifiers/reserve.cc: New. * testsuite/23_containers/unordered_map/modifiers/reserve.cc: New.