]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix grammar.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 23 Jun 2020 15:32:33 +0000 (17:32 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 23 Jun 2020 15:32:33 +0000 (17:32 +0200)
services/outside_network.c

index 7e58b1c9990b06964a0fd3d50fad6d8f9f0f34b4..6c2cfd543d52984a1662f125afa879f98bcea632 100644 (file)
@@ -1490,7 +1490,7 @@ static void reuse_cb_curquery_for_failure(struct pending_tcp* pend, int err)
        }
 }
 
-/** helper function that deletes and element from the tree of readwait
+/** helper function that deletes an element from the tree of readwait
  * elements in tcp reuse structure */
 static void reuse_del_readwait_elem(rbnode_type* node, void* ATTR_UNUSED(arg))
 {