Author: arybchik Date: Tue May 10 08:00:40 2016 New Revision: 299345 URL: https://svnweb.freebsd.org/changeset/base/299345
Log: sfxge(4): cleanup: fix typo Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Modified: head/sys/dev/sfxge/common/hunt_vpd.c Modified: head/sys/dev/sfxge/common/hunt_vpd.c ============================================================================== --- head/sys/dev/sfxge/common/hunt_vpd.c Tue May 10 07:59:23 2016 (r299344) +++ head/sys/dev/sfxge/common/hunt_vpd.c Tue May 10 08:00:40 2016 (r299345) @@ -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; _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"