libstdc++: Fix name of source file in comment

libstdc++-v3/ChangeLog:

	* src/c++17/fs_ops.cc: Fix file name in comment.
This commit is contained in:
Jonathan Wakely 2024-07-30 15:42:04 +01:00 committed by Jonathan Wakely
parent 8b737ec289
commit df67f383d8
No known key found for this signature in database

View 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,