diff options
Diffstat (limited to 'usr.sbin/unbound/iterator/iterator.h')
-rw-r--r-- | usr.sbin/unbound/iterator/iterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/unbound/iterator/iterator.h b/usr.sbin/unbound/iterator/iterator.h index b71b7fe9945..e35718cf33b 100644 --- a/usr.sbin/unbound/iterator/iterator.h +++ b/usr.sbin/unbound/iterator/iterator.h @@ -324,7 +324,7 @@ struct iter_qstate { /** the number of times this query has been restarted. */ int query_restart_count; - /** the number of times this query as followed a referral. */ + /** the number of times this query has followed a referral. */ int referral_count; /** number of queries fired off */ |