selftests/ptrace: Fix spelling mistake "multible" -> "multiple"

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>
This commit is contained in:
Ankit Chauhan 2025-05-01 11:33:29 +05:30 committed by Shuah Khan
parent da9ba41320
commit e72fe8cbd8

View 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;