Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2018 16:28:22 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r342339 - stable/12/sys/dev/sfxge/common
Message-ID:  <201812211628.wBLGSMNM080417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arybchik
Date: Fri Dec 21 16:28:22 2018
New Revision: 342339
URL: https://svnweb.freebsd.org/changeset/base/342339

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

Modified:
  stable/12/sys/dev/sfxge/common/ef10_filter.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/sfxge/common/ef10_filter.c
==============================================================================
--- stable/12/sys/dev/sfxge/common/ef10_filter.c	Fri Dec 21 16:27:37 2018	(r342338)
+++ stable/12/sys/dev/sfxge/common/ef10_filter.c	Fri Dec 21 16:28:22 2018	(r342339)
@@ -1491,7 +1491,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.



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