From b528bc9b4f7a5f0f516e90ea80a205e48d86b3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Tue, 18 Jan 2022 20:07:47 +0100 Subject: [PATCH] Fixed typo in 'bio_st' struct doc #3765 --- lib/mysql_data_stream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mysql_data_stream.cpp b/lib/mysql_data_stream.cpp index 844a9d647..438e5643b 100644 --- a/lib/mysql_data_stream.cpp +++ b/lib/mysql_data_stream.cpp @@ -38,7 +38,7 @@ typedef int CRYPTO_REF_COUNT; /** * @brief This is the 'bio_st' struct definition from libssl 3.0.0. NOTE: This is an internal struct from * OpenSSL library, currently it's used for performing checks on the reads/writes performed on the BIO objects. - * It's extremely important to keep update this struct up to date with each OpenSSL dependency update. + * It's extremely important to keep this struct up to date with each OpenSSL dependency update. */ struct bio_st { OSSL_LIB_CTX *libctx;