diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c6d0687eb7b..9d22b9d71a3 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2012-11-27 Ollie Wild + + * include/bits/stl_tree.h (@headername): Fix incorrect Doxygen macro + invocation. + 2012-11-26 Jonathan Wakely * include/std/functional (__is_socketlike): Change from class diff --git a/libstdc++-v3/include/bits/stl_tree.h b/libstdc++-v3/include/bits/stl_tree.h index 03a5e307c58..037aad3a7fe 100644 --- a/libstdc++-v3/include/bits/stl_tree.h +++ b/libstdc++-v3/include/bits/stl_tree.h @@ -54,7 +54,7 @@ /** @file bits/stl_tree.h * This is an internal header file, included by other library headers. - * Do not attempt to use it directly. @headername{map or set} + * Do not attempt to use it directly. @headername{map,set} */ #ifndef _STL_TREE_H