]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix spelling
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 22 Oct 2019 18:16:14 +0000 (20:16 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 22 Oct 2019 19:14:48 +0000 (21:14 +0200)
(cherry picked from commit c38b0fd2441a809086fc3067968c2bcc7d2305d5)

src/ccache.cpp

index 3a875f0566ea890dac42175c17e8e01708f98737..cee69139c37b02e0c39e9bc3e4add0413e2e0a31 100644 (file)
@@ -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.
 //