From: Josh Soref Date: Sun, 13 Jun 2021 21:34:38 +0000 (-0400) Subject: spelling: sequential X-Git-Tag: 1.8.0-rc.1~25^2~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7fe7e8ff4e4dcc6d29868f3ff2220d8d20e7808;p=thirdparty%2Fldns.git spelling: sequential Signed-off-by: Josh Soref --- diff --git a/dnssec_zone.c b/dnssec_zone.c index 629e6423..7a6764d7 100644 --- a/dnssec_zone.c +++ b/dnssec_zone.c @@ -589,7 +589,7 @@ rr_is_rrsig_covering(ldns_rr* rr, ldns_rr_type t) /* When the zone is first read into an list and then inserted into an * ldns_dnssec_zone (rbtree) the nodes of the rbtree are allocated close (next) * to each other. Because ldns-verify-zone (the only program that uses this - * function) uses the rbtree mostly for sequentual walking, this results + * function) uses the rbtree mostly for sequential walking, this results * in a speed increase (of 15% on linux) because we have less CPU-cache misses. */ #define FASTER_DNSSEC_ZONE_NEW_FRM_FP 1 /* Because of L2 cache efficiency */