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

Andrew Rybchenko arybchik at FreeBSD.org
Tue May 10 07:38:24 UTC 2016


Author: arybchik
Date: Tue May 10 07:38:23 2016
New Revision: 299338
URL: https://svnweb.freebsd.org/changeset/base/299338

Log:
  sfxge(4): cleanup: fix typos
  
  Submitted by:   Andy Moreton <amoreton at solarflare.com>
  Sponsored by:   Solarflare Communications, Inc.
  MFC after:      1 week

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

Modified: head/sys/dev/sfxge/common/hunt_filter.c
==============================================================================
--- head/sys/dev/sfxge/common/hunt_filter.c	Tue May 10 07:22:19 2016	(r299337)
+++ head/sys/dev/sfxge/common/hunt_filter.c	Tue May 10 07:38:23 2016	(r299338)
@@ -1275,7 +1275,7 @@ ef10_filter_reconfigure(
 	 * firmware state, and that later changes to enable/disable the
 	 * workaround will result in this function seeing a reset (FLR).
 	 *
-	 * FIXME: On Medford mulicast chaining should always be on.
+	 * FIXME: On Medford multicast chaining should always be on.
 	 */
 	if ((rc = hunt_filter_get_workarounds(enp)) != 0)
 		goto fail3;


More information about the svn-src-head mailing list