]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: preamble
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:34:16 +0000 (17:34 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:15 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
dnssec.c

index 71508600c8c62e5565a0f8e28006cff1a6df7b95..b419ab62f38b4473719ceb632539fad063fb7544 100644 (file)
--- a/dnssec.c
+++ b/dnssec.c
@@ -1908,7 +1908,7 @@ ldns_convert_ecdsa_rrsig_rdf2asn1(ldns_buffer *target_buffer,
         const ldns_rdf *sig_rdf)
 {
         /* convert from two BIGNUMs in the rdata buffer, to ASN notation.
-        * ASN preable:  30440220 <R 32bytefor256> 0220 <S 32bytefor256>
+        * ASN preamble:  30440220 <R 32bytefor256> 0220 <S 32bytefor256>
         * the '20' is the length of that field (=bnsize).
         * the '44' is the total remaining length.
         * if negative, start with leading zero.