Correct a comment typo: s/Note/Not/.

Pointed out by:	kensmith
This commit is contained in:
Robert Watson 2004-09-03 01:37:02 +00:00
parent 44692526be
commit ccaae37ab1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134666

View File

@ -84,7 +84,7 @@ struct netisr {
static void *net_ih;
/*
* Note all network code is currently capable of running MPSAFE; however,
* Not all network code is currently capable of running MPSAFE; however,
* most of it is. Since those sections that are not are generally optional
* components not shipped with default kernels, we provide a basic way to
* determine whether MPSAFE operation is permitted: based on a default of