From d76e725e47182ad463137ec790f4453c2470fa08 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Sun, 21 Jul 2013 16:52:00 +0000 Subject: [PATCH] Fix. From-SVN: r201103 --- libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize.cc index 1afb9b9d8c03..4226fbcd2d83 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize.cc @@ -36,7 +36,7 @@ /** * This example shows how to externally manipulate the size of a hash-based - * container object throught its resize-policy object. + * container object through its resize-policy object. **/ #include -- 2.47.2