Forgotten in 326725

Release Notes: Yes
This commit is contained in:
Warner Losh 2017-12-09 06:57:19 +00:00
parent 1285bcc833
commit a3e6c4a6fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326726

View File

@ -314,7 +314,7 @@ read_vars(void)
LIST_INIT(&efivars);
while ((ret = efi_get_next_variable_name(&guid, &next_name)) > 0) {
/*
* Only pay attention to the EFI:BootXXXX variables to get the list.
* Only pay attention to EFI:BootXXXX variables to get the list.
*/
if (efi_guid_cmp(guid, &EFI_GLOBAL_GUID) != 0 ||
strlen(next_name) != 8 ||