Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 06:37:23 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r244378 - head/sys/net
Message-ID:  <201212180637.qBI6bNFA074457@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Tue Dec 18 06:37:23 2012
New Revision: 244378
URL: http://svnweb.freebsd.org/changeset/base/244378

Log:
  Fix typo in comment.
  
  Reviewed by:	thompsa

Modified:
  head/sys/net/if_bridge.c

Modified: head/sys/net/if_bridge.c
==============================================================================
--- head/sys/net/if_bridge.c	Tue Dec 18 04:44:36 2012	(r244377)
+++ head/sys/net/if_bridge.c	Tue Dec 18 06:37:23 2012	(r244378)
@@ -532,7 +532,7 @@ DECLARE_MODULE(if_bridge, bridge_mod, SI
 MODULE_DEPEND(if_bridge, bridgestp, 1, 1, 1);
 
 /*
- * handler for net.link.bridge.pfil_ipfw
+ * handler for net.link.bridge.ipfw
  */
 static int
 sysctl_pfil_ipfw(SYSCTL_HANDLER_ARGS)



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