]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix typo in bio.h.in
authorNan Xiao <nan@chinadtrace.org>
Sat, 27 Mar 2021 09:56:35 +0000 (17:56 +0800)
committerPauli <pauli@openssl.org>
Mon, 29 Mar 2021 02:59:44 +0000 (12:59 +1000)
CLA: trivial

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14705)

include/openssl/bio.h.in

index f3a9543da11bb733c0668c57f2f6438c10796179..336e3864598a04b01f77cd8248cff62bdcfeb064 100644 (file)
@@ -109,7 +109,7 @@ extern "C" {
 # define BIO_CTRL_DGRAM_GET_SEND_TIMEOUT 36/* getsockopt, essentially */
 
 # define BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP 37/* flag whether the last */
-# define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38/* I/O operation tiemd out */
+# define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38/* I/O operation timed out */
 
 /* #ifdef IP_MTU_DISCOVER */
 # define BIO_CTRL_DGRAM_MTU_DISCOVER       39/* set DF bit on egress packets */