[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250501060329.126117-1-ankitchauhan2065@gmail.com>
Date: Thu, 1 May 2025 11:33:29 +0530
From: Ankit Chauhan <ankitchauhan2065@...il.com>
To: shuah@...nel.org,
linux-kselftest@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org,
Ankit Chauhan <ankitchauhan2065@...il.com>
Subject: [PATCH] [next] selftests/ptrace: Fix spelling mistake "multible" -> "multiple"
Fix the spelling error from "multible" to "multiple".
Signed-off-by: Ankit Chauhan <ankitchauhan2065@...il.com>
---
tools/testing/selftests/ptrace/peeksiginfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
--
2.34.1
Powered by blists - more mailing lists