summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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