mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
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 <gianf.trad@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20240819110641.1931-1-gianf.trad@gmail.com
This commit is contained in:
parent
cbbdb6c625
commit
0a6339ff39
@ -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
|
There are 4 types of errors defined in include/asm-generic/error-injection.h
|
||||||
|
|
||||||
EI_ETYPE_NULL
|
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.
|
object address.
|
||||||
|
|
||||||
EI_ETYPE_ERRNO
|
EI_ETYPE_ERRNO
|
||||||
|
Loading…
Reference in New Issue
Block a user