]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix nit
authorHugo Landau <hlandau@openssl.org>
Fri, 9 Feb 2024 10:27:53 +0000 (10:27 +0000)
committerHugo Landau <hlandau@openssl.org>
Sat, 10 Feb 2024 11:37:14 +0000 (11:37 +0000)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23495)

doc/man3/SSL_poll.pod

index 5c88890ae396d175e8bc1b8e9c9cc83170635a27..4fa42a6eee97326812a24d258ee67a885a7a3ead 100644 (file)
@@ -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