MIPS: Fix typo in a comment
authorJason Wang <wangborong@cdjrlc.com>
Sat, 11 Dec 2021 08:51:32 +0000 (16:51 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 14 Dec 2021 09:03:04 +0000 (10:03 +0100)
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>
arch/mips/mm/c-octeon.c

index 490322b01f915977e2c160555520dcf3d8bd1d55..737870d8fd945bef06b8e7d9b1d27ba21e8704a4 100644 (file)
@@ -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)