From: willmafh Date: Thu, 5 Dec 2024 03:49:21 +0000 (+0800) Subject: A typo fix in a comment X-Git-Tag: openssl-3.5.0-alpha1~847 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8bee6818520293171af44b197d057d839febf0a;p=thirdparty%2Fopenssl.git A typo fix in a comment CLA: trivial Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26095) --- diff --git a/include/openssl/asn1.h.in b/include/openssl/asn1.h.in index 0acbca146af..862ec740a92 100644 --- a/include/openssl/asn1.h.in +++ b/include/openssl/asn1.h.in @@ -231,7 +231,7 @@ typedef struct ASN1_TLC_st ASN1_TLC; /* This is just an opaque pointer */ typedef struct ASN1_VALUE_st ASN1_VALUE; -/* Declare ASN1 functions: the implement macro in in asn1t.h */ +/* Declare ASN1 functions: the implement macro is in asn1t.h */ /* * The mysterious 'extern' that's passed to some macros is innocuous,