Update outdated comment

There is no splnet anymore, so update the comment to drop references
to it.
This commit is contained in:
Warner Losh 2020-08-28 17:05:06 +00:00
parent 1f7705606e
commit 8383142cb1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364922

View File

@ -743,7 +743,7 @@ ngmn_connect(hook_p hook)
if (!(u & 1))
printf("%s: init chan %d stat %08x\n", sc->name, chan, u);
sc->m32x->stat = 1;
/* probably not at splnet, force outward queueing */
/* force outward queueing */
NG_HOOK_FORCE_QUEUE(NG_HOOK_PEER(hook));
return (0);