[openssh-commits] [openssh] 01/02: upstream: typo in comment

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Sep 11 12:30:39 AEST 2023


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 21b79af6c8d2357c822c84cef3fbdb8001ed263b
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Sep 10 03:51:55 2023 +0000

    upstream: typo in comment
    
    OpenBSD-Commit-ID: 69285e0ce962a7c6b0ab5f17a293c60a0a360a18
---
 clientloop.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clientloop.c b/clientloop.c
index b3a3b36e..3e9fa322 100644
--- a/clientloop.c
+++ b/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 <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -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);

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list