From cc0f53af4a7f29524d782b8d32b48a2fd1624d8d Mon Sep 17 00:00:00 2001 From: djm Date: Sun, 10 Sep 2023 03:51:55 +0000 Subject: [PATCH] typo in comment --- usr.bin/ssh/clientloop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index 1bedb732ac1..656f1a5296e 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/clientloop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.397 2023/09/10 03:25:53 djm Exp $ */ +/* $OpenBSD: clientloop.c,v 1.398 2023/09/10 03:51:55 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -546,7 +546,7 @@ set_next_interval(const struct timespec *now, struct timespec *next_interval, * 1. Each interval has some random jitter applied to make the * interval-to-interval time unpredictable. * 2. The overall interval rate is also randomly perturbed for each - * each chaffing session to make the average rate unpredictable. + * chaffing session to make the average rate unpredictable. */ if (starting) rate_fuzz = arc4random_uniform(fuzz_ns); -- 2.20.1