From aebc2e1e9633afc7adcdd780a2d54f9ef9c1b400 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 14 Aug 2025 19:02:17 +0000 Subject: Tweak comment in asn1_item_free: KNF, missing comma, wont -> won't. --- src/lib/libcrypto/asn1/tasn_fre.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/asn1/tasn_fre.c b/src/lib/libcrypto/asn1/tasn_fre.c index 0e259a13ab..c3de668483 100644 --- a/src/lib/libcrypto/asn1/tasn_fre.c +++ b/src/lib/libcrypto/asn1/tasn_fre.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tasn_fre.c,v 1.24 2024/12/11 11:22:06 tb Exp $ */ +/* $OpenBSD: tasn_fre.c,v 1.25 2025/08/14 19:02:17 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -147,8 +147,9 @@ asn1_item_free(ASN1_VALUE **pval, const ASN1_ITEM *it) return; } asn1_enc_cleanup(pval, it); - /* If we free up as normal we will invalidate any - * ANY DEFINED BY field and we wont be able to + /* + * If we free up as normal, we will invalidate any + * ANY DEFINED BY field and we won't be able to * determine the type of the field it defines. So * free up in reverse order. */ -- cgit v1.2.3-55-g6feb