https://gcc.gnu.org/g:df67f383d8f6a0fc6820510b500ea74ddde5001d

commit r15-2420-gdf67f383d8f6a0fc6820510b500ea74ddde5001d
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Tue Jul 30 15:42:04 2024 +0100

    libstdc++: Fix name of source file in comment
    
    libstdc++-v3/ChangeLog:
    
            * src/c++17/fs_ops.cc: Fix file name in comment.

Diff:
---
 libstdc++-v3/src/c++17/fs_ops.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/src/c++17/fs_ops.cc b/libstdc++-v3/src/c++17/fs_ops.cc
index 7ffdce67782a..9606afa9f1f7 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,

Reply via email to