Skip to content

Commit

Permalink
fix: typo in comment of s2n_self_talk_tls13_test (aws#4864)
Browse files Browse the repository at this point in the history
  • Loading branch information
boquan-fang authored Oct 31, 2024
1 parent 9f4baec commit c58f23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/s2n_self_talk_tls13_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void mock_client(struct s2n_test_io_pair *io_pair)
s2n_connection_free(conn);
s2n_config_free(config);

/* Give the server a chance to a void a sigpipe */
/* Give the server a chance to avoid a sigpipe */
sleep(1);

s2n_io_pair_close_one_end(io_pair, S2N_CLIENT);
Expand Down

0 comments on commit c58f23c

Please sign in to comment.