From: Slark Xiao Date: Mon, 25 Jul 2022 01:59:03 +0000 (+0800) Subject: selftests: futex: Fix 'the the' typo in comment X-Git-Tag: v6.1-rc1~96^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d171011e6adad135eaced630dce26cac9a174037;p=thirdparty%2Flinux.git selftests: futex: Fix 'the the' typo in comment Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/20220725015903.5449-1-slark_xiao@163.com --- diff --git a/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c b/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c index f8c43ce8fe663..c6b8f32990c87 100644 --- a/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c +++ b/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c @@ -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) {