diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-09-03 01:37:02 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-09-03 01:37:02 +0000 |
| commit | ccaae37ab18d2d378de22a7bc0970c41c660e868 (patch) | |
| tree | 852329222a323f9dab04ec9598c7fce08542c691 | |
| parent | 44692526be9c523c310e7d55810f3bad56883567 (diff) | |
Notes
| -rw-r--r-- | sys/net/netisr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
