From: Jason Wang Date: Sat, 11 Dec 2021 08:51:32 +0000 (+0800) Subject: MIPS: Fix typo in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dae39cff8d989a7afbceb1fdc31e61f38e7ed5e3;p=linux.git 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: Jason Wang Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/mm/c-octeon.c b/arch/mips/mm/c-octeon.c index 490322b01f915..737870d8fd945 100644 --- a/arch/mips/mm/c-octeon.c +++ b/arch/mips/mm/c-octeon.c @@ -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)