Fix typo in comment (knode -> knote).

This commit is contained in:
Jonathan Lemon 2001-02-23 20:32:42 +00:00
parent 7df2842dee
commit 89bbe051bb

View File

@ -436,7 +436,7 @@ kqueue_register(struct kqueue *kq, struct kevent *kev, struct proc *p)
kn->kn_fop = fops;
/*
* apply reference count to knode structure, so
* apply reference count to knote structure, and
* do not release it at the end of this routine.
*/
fp = NULL;