Skip to content

Commit

Permalink
Merge pull request #1777 from iZarrios/fix-iperf-util-typo
Browse files Browse the repository at this point in the history
fix typo in iperf_util.c
  • Loading branch information
bmah888 authored Sep 27, 2024
2 parents 0ea9cb6 + 54b2288 commit 5fa8608
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 5fa8608

Please sign in to comment.