mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
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:
committed by
Shuah Khan
parent
da9ba41320
commit
e72fe8cbd8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user