From: tb Date: Tue, 28 Dec 2021 21:23:40 +0000 (+0000) Subject: Fix typo in comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=df58c94db2952a5fae0d5f34d30f212ef79b975b;p=openbsd Fix typo in comment --- diff --git a/lib/libcrypto/x509/x509_addr.c b/lib/libcrypto/x509/x509_addr.c index 168fed34678..f4e534a6ad1 100644 --- a/lib/libcrypto/x509/x509_addr.c +++ b/lib/libcrypto/x509/x509_addr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_addr.c,v 1.46 2021/12/28 21:06:01 tb Exp $ */ +/* $OpenBSD: x509_addr.c,v 1.47 2021/12/28 21:23:40 tb Exp $ */ /* * Contributed to the OpenSSL Project by the American Registry for * Internet Numbers ("ARIN"). @@ -857,7 +857,7 @@ make_IPAddressFamily(IPAddrBlocks *addr, const unsigned afi, if (!CBB_init(&cbb, 0)) goto err; - /* XXX - should afi <= 65535 and *safi < 255 be checked here? */ + /* XXX - should afi <= 65535 and *safi <= 255 be checked here? */ if (!CBB_add_u16(&cbb, afi)) goto err;