]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: typo in comment
authordjm@openbsd.org <djm@openbsd.org>
Sun, 10 Sep 2023 03:51:55 +0000 (03:51 +0000)
committerDamien Miller <djm@mindrot.org>
Sun, 10 Sep 2023 23:13:42 +0000 (09:13 +1000)
OpenBSD-Commit-ID: 69285e0ce962a7c6b0ab5f17a293c60a0a360a18

clientloop.c

index b3a3b36e938092e2e262e094a916a92f51477740..3e9fa3220b7dd79a6724929b383cb6995e126266 100644 (file)
@@ -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
@@ -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);