From 20ab91b3031a9c6a3ad00d2fec2b7e60ec52abd8 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 3 Feb 2023 07:32:45 +0100 Subject: [PATCH] chore: Fix spelling in comment --- src/argprocessing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2