summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-11-05 13:11:16 +0100
committerJoel Rosdahl <joel@rosdahl.net>2022-11-05 13:21:39 +0100
commite186b9b991a9b6c499e79b952b155d0d71cece56 (patch)
tree19f3e0619931c239a8343f798fcb3b6d3504c0f2
parentd9df8ed18a63df3755c36e93fb6a89fe8b620b58 (diff)
downloadccache-e186b9b991a9b6c499e79b952b155d0d71cece56.tar.gz
chore: Fix grammar in comment
-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