* include/bits/std_mutex.h: Fix Doxygen @file name.

From-SVN: r232416
This commit is contained in:
Jonathan Wakely 2016-01-15 12:37:15 +00:00 committed by Jonathan Wakely
parent 89483f9984
commit 3b07547d62
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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}
*/