diff options
author | Zhang Jiaming <jiaming@nfschina.com> | 2022-06-23 10:46:23 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@kernel.org> | 2022-10-18 02:32:11 +0300 |
commit | 6e32c89c0f67b481ec17de69e556907d6445f91e (patch) | |
tree | 480a228728da59095e01e0542cb0a744bf51978c /arch/arc | |
parent | 63d1dfd067f07c11eafe05ebadc5896491416f86 (diff) | |
download | linux-6e32c89c0f67b481ec17de69e556907d6445f91e.tar.xz |
ARC: Fix comment typo
Change 'seperate' to 'separate'.
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Signed-off-by: Vineet Gupta <vgupta@kernel.org>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/include/asm/entry-compact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/include/asm/entry-compact.h b/arch/arc/include/asm/entry-compact.h index 5aab4f93ab8a..67ff06e15cea 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 */ |