Skip to content

Commit

Permalink
upstream: typo in comment
Browse files Browse the repository at this point in the history
OpenBSD-Commit-ID: 69285e0ce962a7c6b0ab5f17a293c60a0a360a18
  • Loading branch information
djmdjm committed Sep 10, 2023
1 parent 41232d2 commit 21b79af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clientloop.c
Original file line number Diff line number Diff line change
@@ -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 <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
Expand Down Expand Up @@ -555,7 +555,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);
Expand Down

0 comments on commit 21b79af

Please sign in to comment.