]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
kill: comments: fix grammar in parse_arguments()
authorNaoki Wake <wakeke.rainbowearth@gmail.com>
Tue, 19 Aug 2025 01:49:35 +0000 (18:49 -0700)
committerNaoki Wake <wakeke.rainbowearth@gmail.com>
Wed, 20 Aug 2025 19:40:44 +0000 (12:40 -0700)
Insert 'that' so the sentence reads '... only option that can be
used with other options.' Comment-only change; no functional impact.

Signed-off-by: Naoki Wake <wakeke.rainbowearth@gmail.com>
misc-utils/kill.c

index 629637c906963a94ba18d790b2a5ca631fd76969..fd947b923f4d36528f69b70dea62262af8117a23 100644 (file)
@@ -325,7 +325,7 @@ static char **parse_arguments(int argc, char **argv, struct kill_control *ctl)
        char *arg;
 
        /* Loop through the arguments.  Actually, -a is the only option
-        * can be used with other options.  The 'kill' is basically a
+        * that can be used with other options.  The 'kill' is basically a
         * one-option-at-most program. */
        for (argc--, argv++; 0 < argc; argc--, argv++) {
                arg = *argv;