summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/std_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/std/std_memory.h')
-rw-r--r--libstdc++-v3/include/std/std_memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/std/std_memory.h b/libstdc++-v3/include/std/std_memory.h
index e9a7c273679..6f88549a319 100644
--- a/libstdc++-v3/include/std/std_memory.h
+++ b/libstdc++-v3/include/std/std_memory.h
@@ -41,7 +41,7 @@
*
*/
-/** @file memory
+/** @file
* This is a Standard C++ Library header. You should @c #include this header
* in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/
@@ -255,7 +255,7 @@ namespace std
* specification here, but omitting it is standard conforming. Its
* presence can be detected only if _Tp::~_Tp() throws, but this is
* prohibited. [17.4.3.6]/2
- * @end maint
+ * @endif
*/
~auto_ptr() { delete _M_ptr; }