summaryrefslogtreecommitdiffstats
path: root/sys/net/netisr.c
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2013-11-26 15:23:56 +0000
committerpluknet <pluknet@FreeBSD.org>2013-11-26 15:23:56 +0000
commit10cc4e7eb80bd87d9681b537b6782aea74ec53e2 (patch)
treedc82e18d89caef37be47e8e1764726a17bad37e4 /sys/net/netisr.c
parent5f3a48e3be0e8a05efcb95a7efebec7bf668856f (diff)
downloadFreeBSD-src-10cc4e7eb80bd87d9681b537b6782aea74ec53e2.zip
FreeBSD-src-10cc4e7eb80bd87d9681b537b6782aea74ec53e2.tar.gz
Fix macro name in comment.
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 3045e95..7974cc8 100644
--- a/sys/net/netisr.c
+++ b/sys/net/netisr.c
@@ -129,7 +129,7 @@ static SYSCTL_NODE(_net, OID_AUTO, isr, CTLFLAG_RW, 0, "netisr");
/*-
* Three global direct dispatch policies are supported:
*
- * NETISR_DISPATCH_QUEUED: All work is deferred for a netisr, regardless of
+ * NETISR_DISPATCH_DEFERRED: All work is deferred for a netisr, regardless of
* context (may be overriden by protocols).
*
* NETISR_DISPATCH_HYBRID: If the executing context allows direct dispatch,
OpenPOWER on IntegriCloud