From 6f9310173db5bb34ddd4634cb4fa4a6940510a08 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Tue, 23 Jun 2020 17:32:33 +0200 Subject: [PATCH] Fix grammar. --- services/outside_network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/outside_network.c b/services/outside_network.c index 7e58b1c99..6c2cfd543 100644 --- a/services/outside_network.c +++ b/services/outside_network.c @@ -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)) {