summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-07 12:25:48 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-07 12:25:48 +0000
commit4ab03c8db8e9ab085f7f11376694eebefc3660ba (patch)
tree98118e9b40fc405691f0ec2b653b8f3cabbbe39b /libstdc++-v3/include
parent9fcec394d0bbb6c050167512518307253ff1ac9d (diff)
downloadgcc-4ab03c8db8e9ab085f7f11376694eebefc3660ba.tar.gz
2011-08-07 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/bits/alloc_traits.h: Fix doxygen @headername. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177546 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include')
-rw-r--r--libstdc++-v3/include/bits/alloc_traits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/alloc_traits.h b/libstdc++-v3/include/bits/alloc_traits.h
index d8fd0d6a712..65585184c86 100644
--- a/libstdc++-v3/include/bits/alloc_traits.h
+++ b/libstdc++-v3/include/bits/alloc_traits.h
@@ -24,7 +24,7 @@
/** @file bits/alloc_traits.h
* This is an internal header file, included by other library headers.
- * Do not attempt to use it directly. @headername{scoped_allocator}
+ * Do not attempt to use it directly. @headername{memory}
*/
#ifndef _ALLOC_TRAITS_H