]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix a comment.
authorFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 26 Jun 2014 20:44:46 +0000 (20:44 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 26 Jun 2014 20:44:46 +0000 (20:44 +0000)
From-SVN: r212054

libstdc++-v3/testsuite/util/testsuite_allocator.h

index 8aae8c215148b9dce357fc331e80a36ffb786ce2..68a12ee8705aa1f22dba6fcbfa46cb6bc14fe2b2 100644 (file)
@@ -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> >