summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-08-21 13:20:02 +0000
committerBrian Somers <brian@FreeBSD.org>2001-08-21 13:20:02 +0000
commit376958b412a925c758812fac3d20af29326d048c (patch)
treed34c83b0c34f1fa829ce2376bd99fbedeaef8255
parent08741a6f5c722dc257017371048fd1fa691c5dba (diff)
Notes
-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 553193b99c39..af11cb9a4ea0 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) {