mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
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
This commit is contained in:
parent
dc59e4fea9
commit
7148c0a02e
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user