From 54b228863fe34574fa6a35c897d651f75dacd092 Mon Sep 17 00:00:00 2001 From: iZarrios Date: Fri, 27 Sep 2024 21:03:59 +0300 Subject: [PATCH] fix typo in iperf_util.c --- src/iperf_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iperf_util.c b/src/iperf_util.c index 17c246666..3d0c7831b 100644 --- a/src/iperf_util.c +++ b/src/iperf_util.c @@ -105,7 +105,7 @@ void fill_with_repeating_pattern(void *out, size_t outsize) * Generate and return a cookie string * * Iperf uses this function to create test "cookies" which - * server as unique test identifiers. These cookies are also + * serve as unique test identifiers. These cookies are also * used for the authentication of stream connections. * Assumes cookie has size (COOKIE_SIZE + 1) char's. */