From c4208a6a983278316c6615980f335f685c0be472 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Thu, 23 Feb 2023 05:02:29 +0000 Subject: QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK type Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/20348) --- include/internal/quic_thread_assist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/internal/quic_thread_assist.h b/include/internal/quic_thread_assist.h index 94fcaec004..7d1b47453a 100644 --- a/include/internal/quic_thread_assist.h +++ b/include/internal/quic_thread_assist.h @@ -30,7 +30,7 @@ * SSL_tick() is called on time. This is not needed if the application always * has a call blocking to SSL_read() or SSL_write() (or another I/O function) on * a QUIC SSL object, but if the application goes for long periods of time - * without makingany such call to a QUIC SSL object, libssl cannot ordinarily + * without making any such call to a QUIC SSL object, libssl cannot ordinarily * guarantee that QUIC timeout events will be serviced in a timely fashion. * Thread assisted mode is therefore of use to applications which do not always * have an ongoing call to an I/O function on a QUIC SSL object but also do not -- cgit v1.2.3