From: redi Date: Fri, 15 Jan 2016 12:37:15 +0000 (+0000) Subject: * include/bits/std_mutex.h: Fix Doxygen @file name. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19e8775e4f3c0d1f54b58b085c7e0bc14265e494;p=thirdparty%2Fgcc.git * include/bits/std_mutex.h: Fix Doxygen @file name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232416 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2797b829bb33..392ab2c571db 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2016-01-15 Jonathan Wakely + + * include/bits/std_mutex.h: Fix Doxygen @file name. + 2016-01-14 Edward Smith-Rowland <3dw4rd@verizon.net> Jonathan Wakely Florian Goth diff --git a/libstdc++-v3/include/bits/std_mutex.h b/libstdc++-v3/include/bits/std_mutex.h index 67b782544af3..49ef752a4e31 100644 --- a/libstdc++-v3/include/bits/std_mutex.h +++ b/libstdc++-v3/include/bits/std_mutex.h @@ -22,7 +22,7 @@ // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // . -/** @file bits/mutex.h +/** @file bits/std_mutex.h * This is an internal header file, included by other library headers. * Do not attempt to use it directly. @headername{mutex} */