From 3b07547d62260bc622679693125f9d316c81d0d7 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 15 Jan 2016 12:37:15 +0000 Subject: [PATCH] * include/bits/std_mutex.h: Fix Doxygen @file name. From-SVN: r232416 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/bits/std_mutex.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2797b82..392ab2c 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 67b7825..49ef752 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} */ -- 2.7.4