Re: [PATCH] docs: fix typo in list.rst
From: Jonathan Corbet
Date: Mon May 25 2026 - 16:22:22 EST
Sakurai Shun <ssh1326@xxxxxxxxxx> writes:
> Replace "reinitalizes" with "reinitializes"
>
> Signed-off-by: Sakurai Shun <ssh1326@xxxxxxxxxx>
> ---
> Documentation/core-api/list.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/core-api/list.rst b/Documentation/core-api/list.rst
> index 241464ca0..4819343a2 100644
> --- a/Documentation/core-api/list.rst
> +++ b/Documentation/core-api/list.rst
> @@ -752,7 +752,7 @@ This is because list_splice() did not reinitialize the list_head it took
> entries from, leaving its pointer pointing into what is now a different list.
>
> If we want to avoid this situation, list_splice_init() can be used. It does the
> -same thing as list_splice(), except reinitalizes the donor list_head after the
> +same thing as list_splice(), except reinitializes the donor list_head after the
> transplant.
This one was fixed a month ago; please work against docs-next (or
linux-next) when generating patches.
Thanks,
jon