diff options
author | Liav Rehana <liavr@mellanox.com> | 2017-05-28 09:52:00 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2017-08-28 15:17:36 -0700 |
commit | ddf720f86efe38cb3ef88b2eaad9ea8ad7c6f798 (patch) | |
tree | 059e9a12de9252ed749f7e56645a4ace09c7c9f1 /arch/arc/mm | |
parent | cc4a41fe5541a73019a864883297bd5043aa6d98 (diff) | |
download | op-kernel-dev-ddf720f86efe38cb3ef88b2eaad9ea8ad7c6f798.zip op-kernel-dev-ddf720f86efe38cb3ef88b2eaad9ea8ad7c6f798.tar.gz |
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/mm')
-rw-r--r-- | arch/arc/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/mm/fault.c b/arch/arc/mm/fault.c index 162c975..a0b7bd6 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) |