summaryrefslogtreecommitdiff
path: root/tls.c
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2021-06-28 20:35:05 -0400
committerdormando <dormando@rydia.net>2021-08-05 15:04:14 -0700
commitfba435c992eda3762a652210e6f75bba75e19e2c (patch)
tree0f9cdc6344261de5518170c31a8f880cf11f65ff /tls.c
parentddee3e27a031be22f5f28c160be18fd3cb9bc63d (diff)
downloadmemcached-fba435c992eda3762a652210e6f75bba75e19e2c.tar.gz
Fix typos in doc/code comments (tem->item, etc)
Note: Do not fix typos in crc32.c because it's copied from an upstream source
Diffstat (limited to 'tls.c')
-rw-r--r--tls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tls.c b/tls.c
index 7b99fd2..df42308 100644
--- a/tls.c
+++ b/tls.c
@@ -53,7 +53,7 @@ ssize_t ssl_sendmsg(conn *c, struct msghdr *msg, int flags) {
// the sendmsg method. Also, set c->ssl_wbuf when the side thread
// start owning the connection and reset the pointer in
// conn_worker_readd.
- // Currntly this connection would not be served by a different thread
+ // Currently this connection would not be served by a different thread
// than the one it's assigned.
assert(pthread_equal(c->thread->thread_id, pthread_self()) != 0);