aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-09 10:27:53 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-10 11:37:14 +0000
commit925118e8c3b1041ce7f9840c2d67e7f878123e6b (patch)
treee65e476360f9357d70265a63ba258c94dad4d587
parent081088357ebc1446bf1da57eb954a58a887d7d4d (diff)
downloadopenssl-925118e8c3b1041ce7f9840c2d67e7f878123e6b.tar.gz
Fix nit
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23495)
-rw-r--r--doc/man3/SSL_poll.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/SSL_poll.pod b/doc/man3/SSL_poll.pod
index 5c88890ae3..4fa42a6eee 100644
--- a/doc/man3/SSL_poll.pod
+++ b/doc/man3/SSL_poll.pod
@@ -92,7 +92,7 @@ The fields of B<SSL_POLL_ITEM> are as follows:
The resource being polled for readiness, as represented by a
B<BIO_POLL_DESCRIPTOR>. Currently, this must be a poll descriptor of type
B<BIO_POLL_DESCRIPTOR_TYPE_SSL>, representing a SSL object pointer, and the SSL
-object must be to a QUIC connection SSL object or QUIC stream SSL object.
+object must be a QUIC connection SSL object or QUIC stream SSL object.
If a B<SSL_POLL_ITEM> has a poll descriptor type of
B<BIO_POLL_DESCRIPTOR_TYPE_NONE>, or the SSL object pointer is NULL, the