From 90199408bbf0f7c5f791068781d6d03b54aeb27e Mon Sep 17 00:00:00 2001 From: fdumont Date: Thu, 26 Jun 2014 20:44:46 +0000 Subject: [PATCH] Fix a comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212054 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/testsuite/util/testsuite_allocator.h b/libstdc++-v3/testsuite/util/testsuite_allocator.h index 8aae8c21514..68a12ee8705 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 { 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 > -- 2.11.4.GIT