Skip to content

Commit

Permalink
selftests: futex: Fix 'the the' typo in comment
Browse files Browse the repository at this point in the history
Replace 'the the' with 'the' in the comment.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20220725015903.5449-1-slark_xiao@163.com
  • Loading branch information
SlarkXiao authored and Ingo Molnar committed Aug 2, 2022
1 parent 9de1f9c commit d171011
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ int main(int argc, char *argv[])
/*
* If res is non-zero, we either requeued the waiter or hit an
* error, break out and handle it. If it is zero, then the
* signal may have hit before the the waiter was blocked on f1.
* signal may have hit before the waiter was blocked on f1.
* Try again.
*/
if (res > 0) {
Expand Down

0 comments on commit d171011

Please sign in to comment.