summaryrefslogtreecommitdiff
path: root/arch/arc
diff options
context:
space:
mode:
authorLiav Rehana <liavr@mellanox.com>2017-05-28 09:52:00 +0300
committerVineet Gupta <vgupta@synopsys.com>2017-08-28 15:17:36 -0700
commitddf720f86efe38cb3ef88b2eaad9ea8ad7c6f798 (patch)
tree059e9a12de9252ed749f7e56645a4ace09c7c9f1 /arch/arc
parentcc4a41fe5541a73019a864883297bd5043aa6d98 (diff)
ARC: typo fix in mm/fault.c
Signed-off-by: Liav Rehana <liavr@mellanox.com> Signed-off-by: Noam Camus <noamca@mellanox.com> Reviewed-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r--arch/arc/mm/fault.c2
1 files changed, 1 insertions, 1 deletions
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)