diff options
Diffstat (limited to 'libcxx/test/support/controlled_allocators.hpp')
-rw-r--r-- | libcxx/test/support/controlled_allocators.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/support/controlled_allocators.hpp b/libcxx/test/support/controlled_allocators.hpp index 280aaa564c6..f0d615c35fa 100644 --- a/libcxx/test/support/controlled_allocators.hpp +++ b/libcxx/test/support/controlled_allocators.hpp @@ -26,7 +26,7 @@ struct AllocController; // 'AllocController' is a concrete type that instruments and controls the - // behavior of of test allocators. + // behavior of test allocators. template <class T, size_t ID = 0> class CountingAllocator; |