]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: sequential
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:34:38 +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_zone.c

index 629e64230040f4501fe63c75be1c6ec520bbc79a..7a6764d77de6fe90d8f6051534efc11c61538315 100644 (file)
@@ -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 */