]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Fix grammar in comment
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Nov 2022 12:11:16 +0000 (13:11 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Nov 2022 12:21:39 +0000 (13:21 +0100)
src/core/Result.cpp

index c1f84c64be5cbe91b591acf6202fedc96d412d4d..b51b912f78ab271d9c331714a1403715cbea6105 100644 (file)
@@ -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