aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2021-10-29 17:31:34 -0700
committerVineet Gupta <vineetg@rivosinc.com>2021-12-28 19:48:48 -0800
commit753150ada5e9c43ffa4cd3de552923656e962519 (patch)
treebb96664f4a5b5355be1422a94417d391ae0f2182 /arch/arc/include
parentLinux 5.16-rc7 (diff)
downloadlinux-dev-753150ada5e9c43ffa4cd3de552923656e962519.tar.xz
linux-dev-753150ada5e9c43ffa4cd3de552923656e962519.zip
ARC: thread_info.h: correct two typos in a comment
Fix typos of "separately" and "remains". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Suggested-by: Matthew Wilcox <willy@infradead.org> # "remains" Cc: Vineet Gupta <vgupta@kernel.org> Cc: linux-snps-arc@lists.infradead.org Signed-off-by: Vineet Gupta <vineetg@rivosinc.com>
Diffstat (limited to 'arch/arc/include')
-rw-r--r--arch/arc/include/asm/thread_info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/include/asm/thread_info.h b/arch/arc/include/asm/thread_info.h
index c0942c24d401..d36863e34bfc 100644
--- a/arch/arc/include/asm/thread_info.h
+++ b/arch/arc/include/asm/thread_info.h
@@ -99,8 +99,8 @@ static inline __attribute_const__ struct thread_info *current_thread_info(void)
/*
* _TIF_ALLWORK_MASK includes SYSCALL_TRACE, but we don't need it.
- * SYSCALL_TRACE is anyway seperately/unconditionally tested right after a
- * syscall, so all that reamins to be tested is _TIF_WORK_MASK
+ * SYSCALL_TRACE is anyway separately/unconditionally tested right after a
+ * syscall, so all that remains to be tested is _TIF_WORK_MASK
*/
#endif /* _ASM_THREAD_INFO_H */