From ecbdfbfd18d963bb8b46bcca115a9243bcf02e27 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 9 Apr 2022 14:41:40 +0200 Subject: [PATCH] netgraph(3): Remove a double word in a source code comment - s/it it/it/ MFC after: 3 days --- sys/netgraph/ng_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c index 0a07860a448..f43199f3820 100644 --- a/sys/netgraph/ng_base.c +++ b/sys/netgraph/ng_base.c @@ -787,7 +787,7 @@ ng_rmnode(node_p node, hook_p dummy1, void *dummy2, int dummy3) /* * Remove a reference to the node, possibly the last. - * deadnode always acts as it it were the last. + * deadnode always acts as it were the last. */ void ng_unref_node(node_p node)