diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2024-07-30 15:42:04 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2024-07-30 20:05:46 +0100 |
commit | df67f383d8f6a0fc6820510b500ea74ddde5001d (patch) | |
tree | 2cd6ab527e37e69290927936d1deba1d00804d2d | |
parent | 8b737ec289da83e9e2a9672be0336980616e8932 (diff) | |
download | gcc-df67f383d8f6a0fc6820510b500ea74ddde5001d.zip gcc-df67f383d8f6a0fc6820510b500ea74ddde5001d.tar.gz gcc-df67f383d8f6a0fc6820510b500ea74ddde5001d.tar.bz2 |
libstdc++: Fix name of source file in comment
libstdc++-v3/ChangeLog:
* src/c++17/fs_ops.cc: Fix file name in comment.
-rw-r--r-- | libstdc++-v3/src/c++17/fs_ops.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/src/c++17/fs_ops.cc b/libstdc++-v3/src/c++17/fs_ops.cc index 7ffdce6..9606afa 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, |