mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
netgraph(3): Remove a double word in a source code comment
- s/it it/it/ MFC after: 3 days
This commit is contained in:
parent
d048e8c619
commit
ecbdfbfd18
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue