Skip to content

Commit e72fe8c

Browse files
ankitchauhan2065shuahkh
authored andcommitted
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>
1 parent da9ba41 commit e72fe8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/ptrace/peeksiginfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ int main(int argc, char *argv[])
199199

200200
/*
201201
* Dump signal from the process-wide queue.
202-
* The number of signals is not multible to the buffer size
202+
* The number of signals is not multiple to the buffer size
203203
*/
204204
if (check_direct_path(child, 1, 3))
205205
goto out;

0 commit comments

Comments
 (0)