Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2016 07:38:23 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299338 - head/sys/dev/sfxge/common
Message-ID:  <201605100738.u4A7cNY7024133@repo.freebsd.org>

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



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