mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
dcb49ebade
commit
a07bcda4ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue