aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/malloc_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/ext/malloc_allocator.h')
-rw-r--r--libstdc++-v3/include/ext/malloc_allocator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/ext/malloc_allocator.h b/libstdc++-v3/include/ext/malloc_allocator.h
index 410b296..b0a837b 100644
--- a/libstdc++-v3/include/ext/malloc_allocator.h
+++ b/libstdc++-v3/include/ext/malloc_allocator.h
@@ -41,7 +41,7 @@
*/
/** @file ext/debug_allocator.h
- * This file is a GNU extension to the Standard C++ Library.
+ * This file is a GNU extension to the Standard C++ Library.
* You should only include this header if you are using GCC 3 or later.
*/
@@ -149,7 +149,7 @@ namespace std
/// Versions for the __allocator adaptor used with the predefined
/// "SGI" style allocators.
template<typename _Tp, typename _Tp1, int __inst>
- struct _Alloc_traits<_Tp, __allocator<_Tp1,
+ struct _Alloc_traits<_Tp, __allocator<_Tp1,
__gnu_cxx::__malloc_alloc<__inst> > >
{
static const bool _S_instanceless = true;