Fix two typos

This commit is contained in:
brian 2001-08-21 13:20:02 +00:00
parent c5bd8f6e5d
commit 3803cbd626

View File

@ -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) {