aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbutl/filesystem.mxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/filesystem.mxx b/libbutl/filesystem.mxx
index bb78a4f..8ffbce9 100644
--- a/libbutl/filesystem.mxx
+++ b/libbutl/filesystem.mxx
@@ -199,7 +199,7 @@ LIBBUTL_MODEXPORT namespace butl
LIBBUTL_SYMEXPORT rmfile_status
try_rmfile (const path&, bool ignore_error = false);
- // Automatically try to remove a non-empty the path on destruction unless
+ // Automatically try to remove a non-empty path on destruction unless
// cancelled. Since the non-cancelled destruction will normally happen as a
// result of an exception, the failure to remove the path is silently
// ignored.