]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix an english issue.
authorFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 26 Jul 2012 20:41:23 +0000 (20:41 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 26 Jul 2012 20:41:23 +0000 (20:41 +0000)
From-SVN: r189894

libstdc++-v3/ChangeLog

index a56f1e77f2fb9428810771d1bb901e4a4b8d9106..407b061a827a79099c60528deb4e968063eca477 100644 (file)
@@ -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.