summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_base.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_base.c')
-rw-r--r--sys/netgraph/ng_base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index 553193b..af11cb9 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -2259,7 +2259,7 @@ ng_snd_item(item_p item, int queue)
/*
* If the node goes away when we remove the reference,
- * whatever we just did caused it.. hwatever we do, DO NOT
+ * whatever we just did caused it.. whatever we do, DO NOT
* access the node again!
*/
if (NG_NODE_UNREF(node) == 0) {
@@ -2311,7 +2311,7 @@ ng_snd_item(item_p item, int queue)
/*
* If the node goes away when we remove the reference,
- * whatever we just did caused it.. hwatever we do, DO NOT
+ * whatever we just did caused it.. whatever we do, DO NOT
* access the node again!
*/
if (NG_NODE_UNREF(node) == 0) {
OpenPOWER on IntegriCloud