Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2013 15:23:57 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r258654 - head/sys/net
Message-ID:  <201311261523.rAQFNvNa020684@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311261523.rAQFNvNa020684>