aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lld/Common/Filesystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lld/Common/Filesystem.cpp')
-rw-r--r--contrib/llvm-project/lld/Common/Filesystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/lld/Common/Filesystem.cpp b/contrib/llvm-project/lld/Common/Filesystem.cpp
index 671b352a3f6b..c93353f2d292 100644
--- a/contrib/llvm-project/lld/Common/Filesystem.cpp
+++ b/contrib/llvm-project/lld/Common/Filesystem.cpp
@@ -57,7 +57,7 @@ void lld::unlinkAsync(StringRef path) {
//
// The code here allows LLD to work on all versions of Windows.
// However, at Windows 10 1903 it seems that the behavior of
- // Windows has changed, so that we could simply delete the output
+ // Windows has changed, so that we could simply delete the output
// file. This code should be simplified once support for older
// versions of Windows is dropped.
//