]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix name of source file in comment
authorJonathan Wakely <jwakely@redhat.com>
Tue, 30 Jul 2024 14:42:04 +0000 (15:42 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 30 Jul 2024 19:05:46 +0000 (20:05 +0100)
libstdc++-v3/ChangeLog:

* src/c++17/fs_ops.cc: Fix file name in comment.

libstdc++-v3/src/c++17/fs_ops.cc

index 7ffdce67782afa175b0e2ecc2ee89a75d47b372a..9606afa9f1f75b473bf6c06f0fa8a0ecd3930c0f 100644 (file)
@@ -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,