]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
A typo fix in a comment
authorwillmafh <willmafh@hotmail.com>
Thu, 5 Dec 2024 03:49:21 +0000 (11:49 +0800)
committerTomas Mraz <tomas@openssl.org>
Fri, 6 Dec 2024 14:31:35 +0000 (15:31 +0100)
CLA: trivial

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26095)

include/openssl/asn1.h.in

index 0acbca146afbe22c3c279aaed655463b01209988..862ec740a92b1406bb892f8dbfe9c7589811ad82 100644 (file)
@@ -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,