summaryrefslogtreecommitdiff
path: root/src/core/Result.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Result.cpp')
-rw-r--r--src/core/Result.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Result.cpp b/src/core/Result.cpp
index c1f84c64..b51b912f 100644
--- a/src/core/Result.cpp
+++ b/src/core/Result.cpp
@@ -89,8 +89,8 @@ should_store_raw_file(const Config& config, core::Result::FileType type)
// storing other file types:
//
// 1. The compiler unlinks object files before writing to them but it doesn't
- // unlink .d files, so just it's possible to corrupt .d files just by
- // running the compiler (see ccache issue 599).
+ // unlink .d files, so it's possible to corrupt .d files just by running
+ // the compiler (see ccache issue 599).
// 2. .d files cause trouble for automake if hard-linked (see ccache issue
// 378).
// 3. It's unknown how the compiler treats other file types, so better safe