]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Fix spelling in comment
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 3 Feb 2023 06:32:45 +0000 (07:32 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 3 Feb 2023 13:22:24 +0000 (14:22 +0100)
src/argprocessing.cpp

index 9bb1d38bb5c947ded0bea34852d17324c6b17558..e33911b62b7103467fd472804f693f6e02858a69 100644 (file)
@@ -1072,7 +1072,7 @@ process_arg(const Context& ctx,
 
   size_t& i = args_index;
 
-  // If an argument isn't a plain file then assume its an option, not an input
+  // If an argument isn't a plain file then assume it's an option, not an input
   // file. This allows us to cope better with unusual compiler options.
   //
   // Note that "/dev/null" is an exception that is sometimes used as an input