diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 16:52:00 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 16:52:00 +0000 |
commit | d76e725e47182ad463137ec790f4453c2470fa08 (patch) | |
tree | dea5e29c808dfc25989aa66b8b9e615adfff9334 | |
parent | b39e7f07efa58a861ea1ac2dc3ffeeb597d8c72f (diff) | |
download | gcc-d76e725e47182ad463137ec790f4453c2470fa08.zip gcc-d76e725e47182ad463137ec790f4453c2470fa08.tar.gz gcc-d76e725e47182ad463137ec790f4453c2470fa08.tar.bz2 |
Fix.
From-SVN: r201103
-rw-r--r-- | libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 1afb9b9..4226fbc 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 <functional> |