[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87wmk355jp.fsf@trenco.lwn.net>
Date: Mon, 26 Aug 2024 15:37:46 -0600
From: Jonathan Corbet <corbet@....net>
To: Gianfranco Trad <gianf.trad@...il.com>, akinobu.mita@...il.com
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org, Gianfranco Trad
<gianf.trad@...il.com>
Subject: Re: [PATCH] Fix typo "allocateed" to allocated
Gianfranco Trad <gianf.trad@...il.com> writes:
> Fix minor typo in the fault-injection documentation,
> where the word allocated was misspelled as "allocateed".
>
> Signed-off-by: Gianfranco Trad <gianf.trad@...il.com>
> ---
> Documentation/fault-injection/fault-injection.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/fault-injection/fault-injection.rst b/Documentation/fault-injection/fault-injection.rst
> index 70380a2a01b4..9170e22db215 100644
> --- a/Documentation/fault-injection/fault-injection.rst
> +++ b/Documentation/fault-injection/fault-injection.rst
> @@ -283,7 +283,7 @@ kernel may crash because it may not be able to handle the error.
> There are 4 types of errors defined in include/asm-generic/error-injection.h
>
> EI_ETYPE_NULL
> - This function will return `NULL` if it fails. e.g. return an allocateed
> + This function will return `NULL` if it fails. e.g. return an allocated
> object address.
Applied, thanks.
jon
Powered by blists - more mailing lists