git: 61124bbbf67d - stable/13 - netgraph(3): Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:17:56 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=61124bbbf67de5319a23b031149c02de923e22be
commit 61124bbbf67de5319a23b031149c02de923e22be
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 12:41:40 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:15:38 +0000
netgraph(3): Remove a double word in a source code comment
- s/it it/it/
(cherry picked from commit ecbdfbfd18d963bb8b46bcca115a9243bcf02e27)
---
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 5006b08c9655..ddf7de410212 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)