From 8f9958dc24fa5992d3d10f6b9caf999e1beee4e5 Mon Sep 17 00:00:00 2001 From: Huang Zw Date: Tue, 9 Feb 2021 01:29:32 +0800 Subject: Fix typo and some out of date comments (#8449) Fix typo and some out of date comments --- src/tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tls.c') diff --git a/src/tls.c b/src/tls.c index 43c2f5551..bcfe53a35 100644 --- a/src/tls.c +++ b/src/tls.c @@ -350,7 +350,7 @@ ConnectionType CT_TLS; * socket operation. * * When this happens, we need to do two things: - * 1. Make sure we register for the even. + * 1. Make sure we register for the event. * 2. Make sure we know which handler needs to execute when the * event fires. That is, if we notify the caller of a write operation * that it blocks, and SSL asks for a read, we need to trigger the -- cgit v1.2.1