ARC: Fix comment typo
authorZhang Jiaming <jiaming@nfschina.com>
Thu, 23 Jun 2022 07:46:23 +0000 (15:46 +0800)
committerVineet Gupta <vgupta@kernel.org>
Mon, 17 Oct 2022 23:32:11 +0000 (16:32 -0700)
Change 'seperate' to 'separate'.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Signed-off-by: Vineet Gupta <vgupta@kernel.org>
arch/arc/include/asm/entry-compact.h

index 5aab4f9..67ff06e 100644 (file)
@@ -21,7 +21,7 @@
  *      r25 contains the kernel current task ptr
  *  - Defined Stack Switching Macro to be reused in all intr/excp hdlrs
  *  - Shaved off 11 instructions from RESTORE_ALL_INT1 by using the
- *      address Write back load ld.ab instead of seperate ld/add instn
+ *      address Write back load ld.ab instead of separate ld/add instn
  *
  * Amit Bhor, Sameer Dhavale: Codito Technologies 2004
  */