typo in comment
authordjm <djm@openbsd.org>
Sun, 10 Sep 2023 03:51:55 +0000 (03:51 +0000)
committerdjm <djm@openbsd.org>
Sun, 10 Sep 2023 03:51:55 +0000 (03:51 +0000)
usr.bin/ssh/clientloop.c

index 1bedb73..656f1a5 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
@@ -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);