Correct minor typo in comment, efi_dmcap -> efi_tmcap

This commit is contained in:
kevans 2018-03-13 15:02:46 +00:00
parent c51cd359c8
commit 821af50293

View File

@ -268,7 +268,7 @@ efi_get_time(struct efi_tm *tm)
/*
* UEFI spec states that the Capabilities argument to GetTime is
* optional, but some UEFI implementations choke when passed a NULL
* pointer. Pass a dummy efi_dmcap, even though we won't use it,
* pointer. Pass a dummy efi_tmcap, even though we won't use it,
* to workaround such implementations.
*/
error = efi_get_time_locked(tm, &dummy);