From fba435c992eda3762a652210e6f75bba75e19e2c Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Mon, 28 Jun 2021 20:35:05 -0400 Subject: 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 --- tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tls.c') 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); -- cgit v1.2.1