mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
boot: fix two typos
This commit is contained in:
parent
28a9ec4443
commit
7db5706eec
@ -1647,7 +1647,7 @@ static EFI_STATUS image_start(EFI_HANDLE parent_image, const Config *config, con
|
||||
loaded_image->LoadOptionsSize = (StrLen(loaded_image->LoadOptions)+1) * sizeof(CHAR16);
|
||||
|
||||
#ifdef SD_BOOT_LOG_TPM
|
||||
/* Try to log any options to the TPM, escpecially to catch manually edited options */
|
||||
/* Try to log any options to the TPM, especially to catch manually edited options */
|
||||
err = tpm_log_event(SD_TPM_PCR,
|
||||
(EFI_PHYSICAL_ADDRESS) loaded_image->LoadOptions,
|
||||
loaded_image->LoadOptionsSize, loaded_image->LoadOptions);
|
||||
|
@ -100,7 +100,7 @@ EFI_STATUS efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *sys_table) {
|
||||
cmdline = line;
|
||||
|
||||
#ifdef SD_BOOT_LOG_TPM
|
||||
/* Try to log any options to the TPM, escpecially manually edited options */
|
||||
/* Try to log any options to the TPM, especially manually edited options */
|
||||
err = tpm_log_event(SD_TPM_PCR,
|
||||
(EFI_PHYSICAL_ADDRESS) loaded_image->LoadOptions,
|
||||
loaded_image->LoadOptionsSize, loaded_image->LoadOptions);
|
||||
|
Loading…
Reference in New Issue
Block a user