diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2022-07-15 12:49:15 +0800 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2022-08-01 18:43:23 +0200 |
commit | 16bf37bf49ba293ab1c445db22b78a02fa48e1db (patch) | |
tree | 23ef21e11e812d8ae0a612d73f26797d1d9e94d3 /arch/parisc/mm | |
parent | cab56b51ec0e69128909cef4650e1907248d821b (diff) | |
download | linux-16bf37bf49ba293ab1c445db22b78a02fa48e1db.tar.bz2 |
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>
Diffstat (limited to 'arch/parisc/mm')
-rw-r--r-- | arch/parisc/mm/fault.c | 2 |
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 |