summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwillmafh <willmafh@hotmail.com>2024-12-05 04:49:21 +0100
committerTomas Mraz <tomas@openssl.org>2024-12-06 15:31:35 +0100
commitc8bee6818520293171af44b197d057d839febf0a (patch)
tree59feabab07db236d44bc768112acbea9bba04e52 /include
parentAdd spaces to make macros more clear (diff)
downloadopenssl-c8bee6818520293171af44b197d057d839febf0a.tar.xz
openssl-c8bee6818520293171af44b197d057d839febf0a.zip
A typo fix in a comment
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)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/asn1.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/asn1.h.in b/include/openssl/asn1.h.in
index 0acbca146a..862ec740a9 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,