From: François Dumont Date: Thu, 26 Jun 2014 20:44:46 +0000 (+0000) Subject: Fix a comment. X-Git-Tag: releases/gcc-5.1.0~6625 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73fb65f99815c09e599f268b6ddbdd1cc4530a54;p=thirdparty%2Fgcc.git Fix a comment. From-SVN: r212054 --- diff --git a/libstdc++-v3/testsuite/util/testsuite_allocator.h b/libstdc++-v3/testsuite/util/testsuite_allocator.h index 8aae8c215148..68a12ee8705a 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 >