We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc74e0a commit 753150aCopy full SHA for 753150a
arch/arc/include/asm/thread_info.h
@@ -99,8 +99,8 @@ static inline __attribute_const__ struct thread_info *current_thread_info(void)
99
100
/*
101
* _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
+ * SYSCALL_TRACE is anyway separately/unconditionally tested right after a
+ * syscall, so all that remains to be tested is _TIF_WORK_MASK
104
*/
105
106
#endif /* _ASM_THREAD_INFO_H */
0 commit comments