summaryrefslogtreecommitdiffstats
path: root/sys/net/netisr.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-08-28 19:27:25 +0000
committerrwatson <rwatson@FreeBSD.org>2004-08-28 19:27:25 +0000
commitc409ad7413ce9b5f3bfb661a5d87805c96d093b7 (patch)
tree8418a1b7bc17c5eaed50e27c0b156113aef83ca6 /sys/net/netisr.c
parentfbcd8de47edacd46e7a8e3ff842ffa61302f9101 (diff)
downloadFreeBSD-src-c409ad7413ce9b5f3bfb661a5d87805c96d093b7.zip
FreeBSD-src-c409ad7413ce9b5f3bfb661a5d87805c96d093b7.tar.gz
Correct typo in printf() warning.
Submitted by: Pawel Worach <pawel.worach at telia.com>
Diffstat (limited to 'sys/net/netisr.c')
-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 ec7b7ad..71a981c 100644
--- a/sys/net/netisr.c
+++ b/sys/net/netisr.c
@@ -118,7 +118,7 @@ net_warn_not_mpsafe(const char *component)
*/
if (!debug_mpsafenet_toolatetotwiddle) {
debug_mpsafenet = 0;
- printf("WARNING: debug.mpsafenet forced to = as %s requires "
+ printf("WARNING: debug.mpsafenet forced to 0 as %s requires "
"Giant\n", component);
return;
}
OpenPOWER on IntegriCloud