From 5dcb9c3ccda27f1ab9cb9ee7be064100969ad302 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 9 Sep 2022 18:29:24 +0200 Subject: [PATCH] stub: typo fix in comment https://github.com/systemd/systemd/pull/24458#discussion_r966941104 --- src/boot/efi/stub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/efi/stub.c b/src/boot/efi/stub.c index 494972fa38c..cafc9cbc971 100644 --- a/src/boot/efi/stub.c +++ b/src/boot/efi/stub.c @@ -297,7 +297,7 @@ EFI_STATUS efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *sys_table) { /* If the PCR signature was embedded in the PE image, then let's wrap it in a cpio and also pass it * to the kernel, so that it can be read from /.extra/tpm2-pcr-signature.json. Note that this section * is not measured, neither as raw section (see above), nor as cpio (here), because it is the - * signature of expected PCR values, i.e. it's input are PCR measurement, and hence it shouldn't + * signature of expected PCR values, i.e. its input are PCR measurements, and hence it shouldn't * itself be input for PCR measurements. */ if (szs[UNIFIED_SECTION_PCRSIG] > 0) (void) pack_cpio_literal( -- 2.47.3