Skip to content

Commit d171011

Browse files
SlarkXiaoIngo Molnar
authored andcommitted
selftests: futex: Fix 'the the' typo in comment
Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 9de1f9c commit d171011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ int main(int argc, char *argv[])
184184
/*
185185
* If res is non-zero, we either requeued the waiter or hit an
186186
* error, break out and handle it. If it is zero, then the
187-
* signal may have hit before the the waiter was blocked on f1.
187+
* signal may have hit before the waiter was blocked on f1.
188188
* Try again.
189189
*/
190190
if (res > 0) {

0 commit comments

Comments
 (0)