summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-09-03 01:37:02 +0000
committerrwatson <rwatson@FreeBSD.org>2004-09-03 01:37:02 +0000
commit6390604c61cb3c9333d8d2a83bb75d7742672ffe (patch)
tree852329222a323f9dab04ec9598c7fce08542c691 /sys/net
parent46d094592603413902a3f1feefd88827b54c2bb0 (diff)
downloadFreeBSD-src-6390604c61cb3c9333d8d2a83bb75d7742672ffe.zip
FreeBSD-src-6390604c61cb3c9333d8d2a83bb75d7742672ffe.tar.gz
Correct a comment typo: s/Note/Not/.
Pointed out by: kensmith
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/netisr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/netisr.c b/sys/net/netisr.c
index 71a981c..a1d8f6f 100644
--- a/sys/net/netisr.c
+++ b/sys/net/netisr.c
@@ -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
OpenPOWER on IntegriCloud