summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits
diff options
context:
space:
mode:
authorTimm Bäder <tbaeder@redhat.com>2022-04-01 11:03:45 +0100
committerJonathan Wakely <jwakely@redhat.com>2022-04-01 11:34:43 +0100
commit1e9c026848dd871266305d7e52292e0e10897f31 (patch)
treefe000acf2135da4c044e578e2b535fcc7252e3f4 /libstdc++-v3/include/bits
parentd9c03fc27d8147a9401a29739694b214df48a9a2 (diff)
libstdc++: Fix filenames in Doxygen @file comments
Reviewed-by: Jonathan Wakely <jwakely@redhat.com> libstdc++-v3/ChangeLog: * include/bits/fs_ops.h: Fix filename in Doxygen comment. * include/experimental/bits/fs_ops.h: Likewise.
Diffstat (limited to 'libstdc++-v3/include/bits')
-rw-r--r--libstdc++-v3/include/bits/fs_ops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/fs_ops.h b/libstdc++-v3/include/bits/fs_ops.h
index c894cae8aa3..0281c6540d0 100644
--- a/libstdc++-v3/include/bits/fs_ops.h
+++ b/libstdc++-v3/include/bits/fs_ops.h
@@ -22,7 +22,7 @@
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
// <http://www.gnu.org/licenses/>.
-/** @file include/bits/fs_fwd.h
+/** @file include/bits/fs_ops.h
* This is an internal header file, included by other library headers.
* Do not attempt to use it directly. @headername{filesystem}
*/