From ccaae37ab18d2d378de22a7bc0970c41c660e868 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 3 Sep 2004 01:37:02 +0000 Subject: [PATCH] Correct a comment typo: s/Note/Not/. Pointed out by: kensmith --- sys/net/netisr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/netisr.c b/sys/net/netisr.c index 71a981c71f39..a1d8f6f94391 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