From: Zhang Jiaming Date: Thu, 23 Jun 2022 07:46:23 +0000 (+0800) Subject: ARC: Fix comment typo X-Git-Tag: v6.6.17~6288^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e32c89c0f67b481ec17de69e556907d6445f91e;p=platform%2Fkernel%2Flinux-rpi.git ARC: Fix comment typo Change 'seperate' to 'separate'. Signed-off-by: Zhang Jiaming Signed-off-by: Vineet Gupta --- diff --git a/arch/arc/include/asm/entry-compact.h b/arch/arc/include/asm/entry-compact.h index 5aab4f9..67ff06e 100644 --- a/arch/arc/include/asm/entry-compact.h +++ b/arch/arc/include/asm/entry-compact.h @@ -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 */