From: Jason Wang Date: Fri, 15 Jul 2022 04:49:15 +0000 (+0800) Subject: parisc: Fix comment typo in fault.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=16bf37bf49ba293ab1c445db22b78a02fa48e1db;p=linux.git parisc: Fix comment typo in fault.c The double `the' is duplicated in line 41, remove one. Signed-off-by: Jason Wang Signed-off-by: Helge Deller --- diff --git a/arch/parisc/mm/fault.c b/arch/parisc/mm/fault.c index 84bc437be5cd1..c9d48bcdc933f 100644 --- a/arch/parisc/mm/fault.c +++ b/arch/parisc/mm/fault.c @@ -38,7 +38,7 @@ int show_unhandled_signals = 1; /* * parisc_acctyp(unsigned int inst) -- * Given a PA-RISC memory access instruction, determine if the - * the instruction would perform a memory read or memory write + * instruction would perform a memory read or memory write * operation. * * This function assumes that the given instruction is a memory access