From 17559c737b93ce41eaee8b5d6ae1d0f965cff7f8 Mon Sep 17 00:00:00 2001 From: Boris VANHOOF Date: Tue, 23 May 2023 09:21:58 +0200 Subject: [PATCH] typo in comments --- iterator/iterator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iterator/iterator.c b/iterator/iterator.c index e7365c566..d04a1c3b5 100644 --- a/iterator/iterator.c +++ b/iterator/iterator.c @@ -1121,7 +1121,7 @@ generate_a_aaaa_check(struct module_qstate* qstate, struct iter_qstate* iq, * Generate a NS check request to obtain authoritative information * on an NS rrset. * - * @param qstate: the qtstate that triggered the need to prime. + * @param qstate: the qstate that triggered the need to prime. * @param iq: iterator query state. * @param id: module id. */ -- 2.47.3