summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-08-21 13:20:02 +0000
committerbrian <brian@FreeBSD.org>2001-08-21 13:20:02 +0000
commit3803cbd626a6e9291e1ffc354ab24ebc14034ac6 (patch)
treed34c83b0c34f1fa829ce2376bd99fbedeaef8255 /sys/netgraph
parentc5bd8f6e5d1166f9b34802a664d62671d140b351 (diff)
downloadFreeBSD-src-3803cbd626a6e9291e1ffc354ab24ebc14034ac6.zip
FreeBSD-src-3803cbd626a6e9291e1ffc354ab24ebc14034ac6.tar.gz
Fix two typos
Diffstat (limited to 'sys/netgraph')
-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