From: Joel Rosdahl Date: Fri, 3 Feb 2023 06:32:45 +0000 (+0100) Subject: chore: Fix spelling in comment X-Git-Tag: v4.8~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20ab91b3031a9c6a3ad00d2fec2b7e60ec52abd8;p=thirdparty%2Fccache.git chore: Fix spelling in comment --- diff --git a/src/argprocessing.cpp b/src/argprocessing.cpp index 9bb1d38bb..e33911b62 100644 --- a/src/argprocessing.cpp +++ b/src/argprocessing.cpp @@ -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