Skip to content

Commit

Permalink
parisc: Fix comment typo in fault.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jason Wang authored and Helge Deller committed Aug 1, 2022
1 parent cab56b5 commit 16bf37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16bf37b

Please sign in to comment.