Re: [PATCH v2] selftests/rseq: Fix spelling of accommodate
From: Paul E. McKenney
Date: Sun Jul 05 2026 - 12:41:50 EST
On Sun, Jul 05, 2026 at 11:47:46PM +0800, Ding Junlin wrote:
> The comment contains a spelling error listed in scripts/spelling.txt.
>
> Fix it.
>
> Signed-off-by: Ding Junlin <1746193727@xxxxxx>
Reviewed-by: Paul E. McKenney <paulmck@xxxxxxxxxx>
> ---
> v2:
> - Use real name for authorship and Signed-off-by. No code changes.
>
> 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 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 {
> --
> 2.50.1.windows.1
>