summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-07-15 12:49:15 +0800
committerHelge Deller <deller@gmx.de>2022-08-01 18:43:23 +0200
commit16bf37bf49ba293ab1c445db22b78a02fa48e1db (patch)
tree23ef21e11e812d8ae0a612d73f26797d1d9e94d3
parentcab56b51ec0e69128909cef4650e1907248d821b (diff)
parisc: Fix comment typo in fault.c
The double `the' is duplicated in line 41, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--arch/parisc/mm/fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/mm/fault.c b/arch/parisc/mm/fault.c
index 84bc437be5cd..c9d48bcdc933 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