Skip to content

Commit 753150a

Browse files
rddunlapVineet Gupta
authored andcommitted
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>
1 parent fc74e0a commit 753150a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arc/include/asm/thread_info.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ static inline __attribute_const__ struct thread_info *current_thread_info(void)
9999

100100
/*
101101
* _TIF_ALLWORK_MASK includes SYSCALL_TRACE, but we don't need it.
102-
* SYSCALL_TRACE is anyway seperately/unconditionally tested right after a
103-
* syscall, so all that reamins to be tested is _TIF_WORK_MASK
102+
* SYSCALL_TRACE is anyway separately/unconditionally tested right after a
103+
* syscall, so all that remains to be tested is _TIF_WORK_MASK
104104
*/
105105

106106
#endif /* _ASM_THREAD_INFO_H */

0 commit comments

Comments
 (0)