From e186b9b991a9b6c499e79b952b155d0d71cece56 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 5 Nov 2022 13:11:16 +0100 Subject: chore: Fix grammar in comment --- src/core/Result.cpp | 4 ++-- 1 file 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 -- cgit v1.2.1