Skip to content

Commit 21b79af

Browse files
committed
upstream: typo in comment
OpenBSD-Commit-ID: 69285e0ce962a7c6b0ab5f17a293c60a0a360a18
1 parent 41232d2 commit 21b79af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clientloop.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: clientloop.c,v 1.397 2023/09/10 03:25:53 djm Exp $ */
1+
/* $OpenBSD: clientloop.c,v 1.398 2023/09/10 03:51:55 djm Exp $ */
22
/*
33
* Author: Tatu Ylonen <[email protected]>
44
* Copyright (c) 1995 Tatu Ylonen <[email protected]>, Espoo, Finland
@@ -555,7 +555,7 @@ set_next_interval(const struct timespec *now, struct timespec *next_interval,
555555
* 1. Each interval has some random jitter applied to make the
556556
* interval-to-interval time unpredictable.
557557
* 2. The overall interval rate is also randomly perturbed for each
558-
* each chaffing session to make the average rate unpredictable.
558+
* chaffing session to make the average rate unpredictable.
559559
*/
560560
if (starting)
561561
rate_fuzz = arc4random_uniform(fuzz_ns);

0 commit comments

Comments
 (0)