aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/c-octeon.c
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2021-12-11 16:51:32 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2021-12-14 10:03:04 +0100
commitdae39cff8d989a7afbceb1fdc31e61f38e7ed5e3 (patch)
tree927c59e7b414004bf763e39fd54d30b7fb7d0fe4 /arch/mips/mm/c-octeon.c
parentMIPS: Makefile: Remove "ifdef need-compiler" for Kbuild.platforms (diff)
downloadlinux-dev-dae39cff8d989a7afbceb1fdc31e61f38e7ed5e3.tar.xz
linux-dev-dae39cff8d989a7afbceb1fdc31e61f38e7ed5e3.zip
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 <wangborong@cdjrlc.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/mm/c-octeon.c')
-rw-r--r--arch/mips/mm/c-octeon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/c-octeon.c b/arch/mips/mm/c-octeon.c
index 490322b01f91..737870d8fd94 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)