[tip: core/rseq] selftests/rseq: Fix spelling of accommodate

From: tip-bot2 for Ding Junlin

Date: Sun Jul 05 2026 - 16:21:51 EST


The following commit has been merged into the core/rseq branch of tip:

Commit-ID: 7148c0a02e09994cfede32bf0b63f3ef9724f6f5
Gitweb: https://git.kernel.org/tip/7148c0a02e09994cfede32bf0b63f3ef9724f6f5
Author: Ding Junlin <1746193727@xxxxxx>
AuthorDate: Sun, 05 Jul 2026 23:47:46 +08:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxx>
CommitterDate: Sun, 05 Jul 2026 22:13:53 +02:00

selftests/rseq: Fix spelling of accommodate

It's spelled with two 'm'.

Signed-off-by: Ding Junlin <1746193727@xxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>
Reviewed-by: Paul E. McKenney <paulmck@xxxxxxxxxx>
Link: https://patch.msgid.link/tencent_BAB26179A92C5CE28657C0451540E6EE4B05@xxxxxx
---
tools/testing/selftests/rseq/rseq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/rseq/rseq.c b/tools/testing/selftests/rseq/rseq.c
index be0d0a9..1cd6339 100644
--- a/tools/testing/selftests/rseq/rseq.c
+++ b/tools/testing/selftests/rseq/rseq.c
@@ -73,7 +73,7 @@ static int rseq_ownership;
#define ORIG_RSEQ_ALLOC_SIZE 32

/*
- * Use a union to ensure we allocate a TLS area of 1024 bytes to accomodate an
+ * Use a union to ensure we allocate a TLS area of 1024 bytes to accommodate an
* rseq registration that is larger than the current rseq ABI.
*/
union rseq_tls {