]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
selftests/ptrace: Fix spelling mistake "multible" -> "multiple"
authorAnkit Chauhan <ankitchauhan2065@gmail.com>
Thu, 1 May 2025 06:03:29 +0000 (11:33 +0530)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 18 Jun 2025 20:22:55 +0000 (14:22 -0600)
Fix the spelling error from "multible" to "multiple".

Link: https://lore.kernel.org/r/20250501060329.126117-1-ankitchauhan2065@gmail.com
Signed-off-by: Ankit Chauhan <ankitchauhan2065@gmail.com>
Reviewed-by: Brigham Campbell <me@brighamcampbell.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/ptrace/peeksiginfo.c

index a6884f66dc0130b5970544065a28745e73a26cc1..2f345d11e4b839e75ae85afb75c9f3ed345861af 100644 (file)
@@ -199,7 +199,7 @@ int main(int argc, char *argv[])
 
        /*
         * Dump signal from the process-wide queue.
-        * The number of signals is not multible to the buffer size
+        * The number of signals is not multiple to the buffer size
         */
        if (check_direct_path(child, 1, 3))
                goto out;