From: fdumont Date: Thu, 26 Jul 2012 20:41:23 +0000 (+0000) Subject: Fix an english issue. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0676916ca932022fb124650ac18bb850bf6a98cf;p=thirdparty%2Fgcc.git Fix an english issue. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189894 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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.