summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-08-18 12:06:10 +0100
committerHugo Landau <hlandau@openssl.org>2023-09-01 10:45:36 +0100
commitabeb41b42fa3cdca99d3f3fef48ea6ee04023d68 (patch)
treead5bbfde951a8dcfcdc624a3780d5154431cd23b /ssl
parent4426c47d662768b0f087c9099b76cabef4c1f540 (diff)
Minor updates
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21715)
Diffstat (limited to 'ssl')
-rw-r--r--ssl/quic/quic_impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/quic/quic_impl.c b/ssl/quic/quic_impl.c
index 839168040b..11c8afce8a 100644
--- a/ssl/quic/quic_impl.c
+++ b/ssl/quic/quic_impl.c
@@ -1581,7 +1581,7 @@ static int quic_do_handshake(QCTX *ctx)
* We do this as late as possible because some BIOs (e.g. BIO_s_connect)
* may not be able to provide us with a peer address until they have
* finished their own processing. They may not be able to perform this
- * processing until an application has figured configuring that BIO
+ * processing until an application has finished configuring that BIO
* (e.g. with setter calls), which might happen after SSL_set_bio is
* called.
*/