diff options
| author | Ankit Chauhan <ankitchauhan2065@gmail.com> | 2025-05-01 09:03:29 +0300 |
|---|---|---|
| committer | Shuah Khan <skhan@linuxfoundation.org> | 2025-06-18 23:22:55 +0300 |
| commit | e72fe8cbd8a0c111542ccaae932ad323c7edaeb3 (patch) | |
| tree | 8ee674010c63a07684b4abb740c29146ffe2a852 /tools/testing | |
| parent | da9ba4132057cc31ac2ab9dfa9c98b7baaac3ca8 (diff) | |
| download | linux-e72fe8cbd8a0c111542ccaae932ad323c7edaeb3.tar.xz | |
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>
Diffstat (limited to 'tools/testing')
| -rw-r--r-- | tools/testing/selftests/ptrace/peeksiginfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/ptrace/peeksiginfo.c b/tools/testing/selftests/ptrace/peeksiginfo.c index a6884f66dc01..2f345d11e4b8 100644 --- a/tools/testing/selftests/ptrace/peeksiginfo.c +++ b/tools/testing/selftests/ptrace/peeksiginfo.c @@ -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; |
