From: Liav Rehana Date: Sun, 28 May 2017 06:52:00 +0000 (+0300) Subject: ARC: typo fix in mm/fault.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ddf720f86efe38cb3ef88b2eaad9ea8ad7c6f798;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARC: typo fix in mm/fault.c Signed-off-by: Liav Rehana Signed-off-by: Noam Camus Reviewed-by: Alexey Brodkin Signed-off-by: Vineet Gupta --- diff --git a/arch/arc/mm/fault.c b/arch/arc/mm/fault.c index 162c97528872..a0b7bd6d030d 100644 --- a/arch/arc/mm/fault.c +++ b/arch/arc/mm/fault.c @@ -207,7 +207,7 @@ no_context: /* Are we prepared to handle this kernel fault? * * (The kernel has valid exception-points in the source - * when it acesses user-memory. When it fails in one + * when it accesses user-memory. When it fails in one * of those points, we find it in a table and do a jump * to some fixup code that loads an appropriate error * code)