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 <[email protected]> Suggested-by: Matthew Wilcox <[email protected]> # "remains" Cc: Vineet Gupta <[email protected]> Cc: [email protected] Signed-off-by: Vineet Gupta <[email protected]>
1 parent fc74e0a commit 753150a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)