Skip to content

Commit 16bf37b

Browse files
Jason Wanghdeller
authored andcommitted
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>
1 parent cab56b5 commit 16bf37b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/parisc/mm/fault.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ int show_unhandled_signals = 1;
3838
/*
3939
* parisc_acctyp(unsigned int inst) --
4040
* Given a PA-RISC memory access instruction, determine if the
41-
* the instruction would perform a memory read or memory write
41+
* instruction would perform a memory read or memory write
4242
* operation.
4343
*
4444
* This function assumes that the given instruction is a memory access

0 commit comments

Comments
 (0)