Commit dae39cff authored by Jason Wang's avatar Jason Wang Committed by Thomas Bogendoerfer
Browse files

MIPS: Fix typo in a comment



The double `the' in the comment in line 344 is repeated. Remove one
of them from the comment.

Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent c0484efa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ asmlinkage void cache_parity_error_octeon_recoverable(void)
}

/*
 * Called when the the exception is not recoverable
 * Called when the exception is not recoverable
 */

asmlinkage void cache_parity_error_octeon_non_recoverable(void)