aboutsummaryrefslogtreecommitdiff
path: root/libbutl/filesystem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/filesystem.cxx')
-rw-r--r--libbutl/filesystem.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/libbutl/filesystem.cxx b/libbutl/filesystem.cxx
index f246214..f145ee7 100644
--- a/libbutl/filesystem.cxx
+++ b/libbutl/filesystem.cxx
@@ -1724,7 +1724,10 @@ namespace butl
// we will keep trying to move the file for a second.
//
// The thinking is that there can be some Windows process analyzing newly
- // created files and so preventing their move or removal.
+ // created files and so preventing their move, removal, or change.
+ //
+ // Note that we address this issue in a similar way in try_rmfile() and
+ // fdopen().
//
DWORD ec;
for (size_t i (0); i < 11; ++i)