aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorFrançois Dumont <fdumont@gcc.gnu.org>2014-06-26 20:44:46 +0000
committerFrançois Dumont <fdumont@gcc.gnu.org>2014-06-26 20:44:46 +0000
commit73fb65f99815c09e599f268b6ddbdd1cc4530a54 (patch)
treef46ded1b961ca1957cbf09c7e265cd2a9fa9e3a7 /libstdc++-v3
parentdd5e783701bbab8fd871ef8befbb9557ca205086 (diff)
downloadgcc-73fb65f99815c09e599f268b6ddbdd1cc4530a54.zip
gcc-73fb65f99815c09e599f268b6ddbdd1cc4530a54.tar.gz
gcc-73fb65f99815c09e599f268b6ddbdd1cc4530a54.tar.bz2
Fix a comment.
From-SVN: r212054
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/testsuite/util/testsuite_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/util/testsuite_allocator.h b/libstdc++-v3/testsuite/util/testsuite_allocator.h
index 8aae8c2..68a12ee 100644
--- a/libstdc++-v3/testsuite/util/testsuite_allocator.h
+++ b/libstdc++-v3/testsuite/util/testsuite_allocator.h
@@ -91,7 +91,7 @@ namespace __gnu_test
struct check_consistent_alloc_value_type<T, Alloc, T>
{ typedef T value_type; };
- // An allocator facade that intercepts allocate/deallocate/construct/detroy
+ // An allocator facade that intercepts allocate/deallocate/construct/destroy
// calls and track them through the tracker_allocator_counter class. This
// class is templated on the target object type, but tracker isn't.
template<typename T, typename Alloc = std::allocator<T> >