svn commit: r301326 - stable/10/sys/dev/sfxge/common
Andrew Rybchenko
arybchik at FreeBSD.org
Sat Jun 4 14:41:11 UTC 2016
Author: arybchik
Date: Sat Jun 4 14:41:09 2016
New Revision: 301326
URL: https://svnweb.freebsd.org/changeset/base/301326
Log:
MFC r299338, r299345
sfxge(4): cleanup: fix typos
Submitted by: Andy Moreton <amoreton at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
Modified:
stable/10/sys/dev/sfxge/common/hunt_filter.c
stable/10/sys/dev/sfxge/common/hunt_vpd.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/sfxge/common/hunt_filter.c
==============================================================================
--- stable/10/sys/dev/sfxge/common/hunt_filter.c Sat Jun 4 14:39:26 2016 (r301325)
+++ stable/10/sys/dev/sfxge/common/hunt_filter.c Sat Jun 4 14:41:09 2016 (r301326)
@@ -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;
Modified: stable/10/sys/dev/sfxge/common/hunt_vpd.c
==============================================================================
--- stable/10/sys/dev/sfxge/common/hunt_vpd.c Sat Jun 4 14:39:26 2016 (r301325)
+++ stable/10/sys/dev/sfxge/common/hunt_vpd.c Sat Jun 4 14:41:09 2016 (r301326)
@@ -74,7 +74,7 @@ ef10_vpd_init(
tag, &svpd, &svpd_size);
if (rc != 0) {
if (rc == EACCES) {
- /* Unpriviledged functions cannot access VPD */
+ /* Unprivileged functions cannot access VPD */
goto out;
}
goto fail1;
More information about the svn-src-all
mailing list