ARC: thread_info.h: correct two typos in a comment
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 30 Oct 2021 00:31:34 +0000 (17:31 -0700)
committerVineet Gupta <vineetg@rivosinc.com>
Wed, 29 Dec 2021 03:48:48 +0000 (19:48 -0800)
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>
arch/arc/include/asm/thread_info.h

index c0942c24d4015f6f0ef946b350a7ecb7130927dd..d36863e34bfcd5428aa8b2f5100bac85297ae133 100644 (file)
@@ -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 */