=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.397 retrieving revision 1.398 diff -u -r1.397 -r1.398 --- src/usr.bin/ssh/clientloop.c 2023/09/10 03:25:53 1.397 +++ src/usr.bin/ssh/clientloop.c 2023/09/10 03:51:55 1.398 @@ -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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -546,7 +546,7 @@ * 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);