Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59fdf91d authored by Colin Ian King's avatar Colin Ian King Committed by Richard Weinberger
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 9ca19a3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,