From c8bee6818520293171af44b197d057d839febf0a Mon Sep 17 00:00:00 2001 From: willmafh Date: Thu, 5 Dec 2024 11:49:21 +0800 Subject: [PATCH] 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) --- include/openssl/asn1.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2