diff mbox series

[committed] libstdc++: Fix name of source file in comment

Message ID 20240730191601.1161788-1-jwakely@redhat.com
State New
Headers show
Series [committed] libstdc++: Fix name of source file in comment | expand

Commit Message

Jonathan Wakely July 30, 2024, 7:15 p.m. UTC
Pushed to trunk.

-- >8 --

libstdc++-v3/ChangeLog:

	* src/c++17/fs_ops.cc: Fix file name in comment.
---
 libstdc++-v3/src/c++17/fs_ops.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libstdc++-v3/src/c++17/fs_ops.cc b/libstdc++-v3/src/c++17/fs_ops.cc
index 7ffdce67782..9606afa9f1f 100644
--- a/libstdc++-v3/src/c++17/fs_ops.cc
+++ b/libstdc++-v3/src/c++17/fs_ops.cc
@@ -851,7 +851,7 @@  namespace
 #endif
 
 #ifdef _GLIBCXX_HAVE_SYS_STAT_H
-#ifdef NEED_DO_COPY_FILE // Only define this once, not in cow-ops.o too
+#ifdef NEED_DO_COPY_FILE // Only define this once, not in cow-fs_ops.o too
 bool
 fs::equiv_files([[maybe_unused]] const char_type* p1, const stat_type& st1,
 		[[maybe_unused]] const char_type* p2, const stat_type& st2,