From: Joel Rosdahl Date: Tue, 22 Oct 2019 18:16:14 +0000 (+0200) Subject: Fix spelling X-Git-Tag: v4.0~724 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c70b61743ce6c0a63d2933d7a31d0cd15bfe7f2;p=thirdparty%2Fccache.git Fix spelling (cherry picked from commit c38b0fd2441a809086fc3067968c2bcc7d2305d5) --- diff --git a/src/ccache.cpp b/src/ccache.cpp index 3a875f056..cee69139c 100644 --- a/src/ccache.cpp +++ b/src/ccache.cpp @@ -2356,7 +2356,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. //