svn commit: r258654 - head/sys/net

Sergey Kandaurov pluknet at FreeBSD.org
Tue Nov 26 15:23:57 UTC 2013


Author: pluknet
Date: Tue Nov 26 15:23:56 2013
New Revision: 258654
URL: http://svnweb.freebsd.org/changeset/base/258654

Log:
  Fix macro name in comment.

Modified:
  head/sys/net/netisr.c

Modified: head/sys/net/netisr.c
==============================================================================
--- head/sys/net/netisr.c	Tue Nov 26 15:18:40 2013	(r258653)
+++ head/sys/net/netisr.c	Tue Nov 26 15:23:56 2013	(r258654)
@@ -129,7 +129,7 @@ static SYSCTL_NODE(_net, OID_AUTO, isr, 
 /*-
  * 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,


More information about the svn-src-all mailing list