svn commit: r341302 - head/sys/dev/sfxge/common

Andrew Rybchenko arybchik at FreeBSD.org
Fri Nov 30 07:06:37 UTC 2018


Author: arybchik
Date: Fri Nov 30 07:06:35 2018
New Revision: 341302
URL: https://svnweb.freebsd.org/changeset/base/341302

Log:
  sfxge(4): fix a typo in unicast filter insertion comment
  
  Submitted by:   Ivan Malov <ivan.malov at oktetlabs.ru>
  Sponsored by:   Solarflare Communications, Inc.
  MFC after:      1 week
  Differential Revision:  https://reviews.freebsd.org/D18264

Modified:
  head/sys/dev/sfxge/common/ef10_filter.c

Modified: head/sys/dev/sfxge/common/ef10_filter.c
==============================================================================
--- head/sys/dev/sfxge/common/ef10_filter.c	Fri Nov 30 07:06:24 2018	(r341301)
+++ head/sys/dev/sfxge/common/ef10_filter.c	Fri Nov 30 07:06:35 2018	(r341302)
@@ -1605,7 +1605,7 @@ ef10_filter_reconfigure(
 	/*
 	 * Insert or renew unicast filters.
 	 *
-	 * Frimware does not perform chaining on unicast filters. As traffic is
+	 * Firmware does not perform chaining on unicast filters. As traffic is
 	 * therefore only delivered to the first matching filter, we should
 	 * always insert the specific filter for our MAC address, to try and
 	 * ensure we get that traffic.


More information about the svn-src-all mailing list