aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorFrançois Dumont <fdumont@gcc.gnu.org>2012-07-26 20:41:23 +0000
committerFrançois Dumont <fdumont@gcc.gnu.org>2012-07-26 20:41:23 +0000
commit18a8e9ef96b23d33036c8f78baa3e4ad19a64825 (patch)
tree3e1171b11064df8e513ddb4cbd1001aa70630f30 /libstdc++-v3
parent55b073bae6824a5252ea11a59a0660507b5b53c5 (diff)
downloadgcc-18a8e9ef96b23d33036c8f78baa3e4ad19a64825.zip
gcc-18a8e9ef96b23d33036c8f78baa3e4ad19a64825.tar.gz
gcc-18a8e9ef96b23d33036c8f78baa3e4ad19a64825.tar.bz2
Fix an english issue.
From-SVN: r189894
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a56f1e7..407b061 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.