diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-10-26 19:02:47 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2018-10-29 22:34:15 +0100 |
commit | 59fdf91d90e62cc4e2f665d7de963c0d385afd09 (patch) | |
tree | 4bd3e97faaf34428729f7276d866267ab7e01672 /arch/um/kernel | |
parent | 9ca19a3a3e2482916c475b90f3d7fa2a03d8e5ed (diff) |
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 <colin.king@canonical.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/kernel')
-rw-r--r-- | arch/um/kernel/trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/trap.c b/arch/um/kernel/trap.c index cced82946042..0e8b6158f224 100644 --- a/arch/um/kernel/trap.c +++ b/arch/um/kernel/trap.c @@ -19,7 +19,7 @@ #include <skas.h> /* - * 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, |