selftests: futex: Fix 'the the' typo in comment
authorSlark Xiao <slark_xiao@163.com>
Mon, 25 Jul 2022 01:59:03 +0000 (09:59 +0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 2 Aug 2022 19:57:03 +0000 (21:57 +0200)
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
tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c

index f8c43ce8fe663ed1a3839e20d1630bac85648eda..c6b8f32990c87587551b14577b200e62c56af223 100644 (file)
@@ -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) {