diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2020-07-14 07:43:26 +0200 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2020-07-20 10:55:13 +0200 |
commit | 7904aaa8b22fa07fd5457ee4a885cf9f665cb9c4 (patch) | |
tree | 9bf3258996375201c58687f403af44575ee004b7 /arch | |
parent | s390: add trace events for idle enter/exit (diff) | |
download | linux-7904aaa8b22fa07fd5457ee4a885cf9f665cb9c4.tar.xz linux-7904aaa8b22fa07fd5457ee4a885cf9f665cb9c4.zip |
s390/mm: fix typo in comment
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/mm/fault.c b/arch/s390/mm/fault.c index d53c2e2ea1fd..598828517d9d 100644 --- a/arch/s390/mm/fault.c +++ b/arch/s390/mm/fault.c @@ -376,7 +376,7 @@ static noinline void do_fault_error(struct pt_regs *regs, int access, * routines. * * interruption code (int_code): - * 04 Protection -> Write-Protection (suprression) + * 04 Protection -> Write-Protection (suppression) * 10 Segment translation -> Not present (nullification) * 11 Page translation -> Not present (nullification) * 3b Region third trans. -> Not present (nullification) |