summaryrefslogtreecommitdiff
path: root/src/tls.c
diff options
context:
space:
mode:
authorHuang Zw <huang_zhw@126.com>2021-02-09 01:29:32 +0800
committerGitHub <noreply@github.com>2021-02-08 09:29:32 -0800
commit8f9958dc24fa5992d3d10f6b9caf999e1beee4e5 (patch)
tree864db87d132a88429c5e6ed6b080581e67d255b1 /src/tls.c
parentdbcc0a85d070f94f5c524a4bbdd3e492c32e845b (diff)
downloadredis-8f9958dc24fa5992d3d10f6b9caf999e1beee4e5.tar.gz
Fix typo and some out of date comments (#8449)
Fix typo and some out of date comments
Diffstat (limited to 'src/tls.c')
-rw-r--r--src/tls.c2
1 files changed, 1 insertions, 1 deletions
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