aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-01-15 12:37:15 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2016-01-15 12:37:15 +0000
commit3b07547d62260bc622679693125f9d316c81d0d7 (patch)
treea504255644bc55556a83ad0a09da404b88037577
parent89483f9984c057366bca7f24920fa91637f1efdb (diff)
downloadgcc-3b07547d62260bc622679693125f9d316c81d0d7.zip
gcc-3b07547d62260bc622679693125f9d316c81d0d7.tar.gz
gcc-3b07547d62260bc622679693125f9d316c81d0d7.tar.bz2
* include/bits/std_mutex.h: Fix Doxygen @file name.
From-SVN: r232416
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/include/bits/std_mutex.h2
2 files changed, 5 insertions, 1 deletions
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 <jwakely@redhat.com>
+
+ * include/bits/std_mutex.h: Fix Doxygen @file name.
+
2016-01-14 Edward Smith-Rowland <3dw4rd@verizon.net>
Jonathan Wakely <jwakely@redhat.com>
Florian Goth <CaptainSifff@gmx.de>
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
// <http://www.gnu.org/licenses/>.
-/** @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}
*/