diff mbox series

[committed] libstdc++: Fix filenames in Doxygen @file comments

Message ID 20220401103508.37788-1-jwakely@redhat.com
State New
Headers show
Series [committed] libstdc++: Fix filenames in Doxygen @file comments | expand

Commit Message

Jonathan Wakely April 1, 2022, 10:35 a.m. UTC
From: Timm Bäder <tbaeder@redhat.com>

Pushed to trunk.

-- >8 --

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.
---
 libstdc++-v3/include/bits/fs_ops.h              | 2 +-
 libstdc++-v3/include/experimental/bits/fs_ops.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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}
  */
diff --git a/libstdc++-v3/include/experimental/bits/fs_ops.h b/libstdc++-v3/include/experimental/bits/fs_ops.h
index dafd1ec79a0..773f27c6687 100644
--- a/libstdc++-v3/include/experimental/bits/fs_ops.h
+++ b/libstdc++-v3/include/experimental/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 experimental/bits/fs_fwd.h
+/** @file experimental/bits/fs_ops.h
  *  This is an internal header file, included by other library headers.
  *  Do not attempt to use it directly. @headername{experimental/filesystem}
  */