Date: Sat, 4 Jun 2016 14:41:10 +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-10@freebsd.org Subject: svn commit: r301326 - stable/10/sys/dev/sfxge/common Message-ID: <201606041441.u54EfAGu093321@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606041441.u54EfAGu093321>