Skip to content

Commit

Permalink
fix typo in iperf_util.c
Browse files Browse the repository at this point in the history
  • Loading branch information
iZarrios committed Sep 27, 2024
1 parent 0ea9cb6 commit 54b2288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iperf_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 54b2288

Please sign in to comment.