From c58f23c9990ae877796a79657d17b658a6243818 Mon Sep 17 00:00:00 2001 From: Boquan Fang Date: Thu, 31 Oct 2024 12:20:33 -0700 Subject: [PATCH] fix: typo in comment of s2n_self_talk_tls13_test (#4864) --- tests/unit/s2n_self_talk_tls13_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/s2n_self_talk_tls13_test.c b/tests/unit/s2n_self_talk_tls13_test.c index e4b725c032f..01293b644c9 100644 --- a/tests/unit/s2n_self_talk_tls13_test.c +++ b/tests/unit/s2n_self_talk_tls13_test.c @@ -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);