From c38b0fd2441a809086fc3067968c2bcc7d2305d5 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 22 Oct 2019 20:16:14 +0200 Subject: [PATCH] Fix spelling --- src/ccache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ccache.c b/src/ccache.c index 1f1b691b4..2ad1ed542 100644 --- a/src/ccache.c +++ b/src/ccache.c @@ -2501,7 +2501,7 @@ detect_pch(const char *option, const char *arg, bool *found_pch) } // Process the compiler options into options suitable for passing to the -// preprocessor and the real compiler. preprocessor_args does't include -E; +// preprocessor and the real compiler. preprocessor_args doesn't include -E; // this is added later. extra_args_to_hash are the arguments that are not // included in preprocessor_args but that should be included in the hash. // -- 2.47.2