sfxge(4): cleanup: fix typo

Submitted by:   Andy Moreton <amoreton at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      1 week
This commit is contained in:
Andrew Rybchenko 2016-05-10 08:00:40 +00:00
parent dcb49ebade
commit a07bcda4ea

View file

@ -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;