diff options
| author | Ding Junlin <1746193727@qq.com> | 2026-07-05 23:47:46 +0800 |
|---|---|---|
| committer | Thomas Gleixner <tglx@kernel.org> | 2026-07-05 22:13:53 +0200 |
| commit | 7148c0a02e09994cfede32bf0b63f3ef9724f6f5 (patch) | |
| tree | 5e4f6bd4b59dece38586353456bbd14619458bf8 | |
| parent | dc59e4fea9d83f03bad6bddf3fa2e52491777482 (diff) | |
selftests/rseq: Fix spelling of accommodate
It's spelled with two 'm'.
Signed-off-by: Ding Junlin <1746193727@qq.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
Link: https://patch.msgid.link/tencent_BAB26179A92C5CE28657C0451540E6EE4B05@qq.com
| -rw-r--r-- | tools/testing/selftests/rseq/rseq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rseq/rseq.c b/tools/testing/selftests/rseq/rseq.c index be0d0a97031e..1cd633923b1d 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 { |
