From: Colin Ian King Date: Fri, 26 Oct 2018 18:02:47 +0000 (+0100) Subject: um: trap: fix spelling mistake, EACCESS -> EACCES X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=59fdf91d90e62cc4e2f665d7de963c0d385afd09;p=linux.git um: trap: fix spelling mistake, EACCESS -> EACCES Trivial fix to a spelling mistake of the error access name EACCESS, rename to EACCES Signed-off-by: Colin Ian King Signed-off-by: Richard Weinberger --- diff --git a/arch/um/kernel/trap.c b/arch/um/kernel/trap.c index cced829460427..0e8b6158f2245 100644 --- a/arch/um/kernel/trap.c +++ b/arch/um/kernel/trap.c @@ -19,7 +19,7 @@ #include /* - * Note this is constrained to return 0, -EFAULT, -EACCESS, -ENOMEM by + * Note this is constrained to return 0, -EFAULT, -EACCES, -ENOMEM by * segv(). */ int handle_page_fault(unsigned long address, unsigned long ip,