From: Gianfranco Trad Date: Mon, 19 Aug 2024 11:06:41 +0000 (+0200) Subject: Fix typo "allocateed" to allocated X-Git-Tag: v6.12-rc1~173^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a6339ff3906881a0bb13c9c96bc3785cc89af56;p=thirdparty%2Fkernel%2Flinux.git Fix typo "allocateed" to allocated Fix minor typo in the fault-injection documentation, where the word allocated was misspelled as "allocateed". Signed-off-by: Gianfranco Trad Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20240819110641.1931-1-gianf.trad@gmail.com --- diff --git a/Documentation/fault-injection/fault-injection.rst b/Documentation/fault-injection/fault-injection.rst index 07c24710bd214..8b8aeea71c685 100644 --- a/Documentation/fault-injection/fault-injection.rst +++ b/Documentation/fault-injection/fault-injection.rst @@ -291,7 +291,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. EI_ETYPE_ERRNO