diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-10-25 20:24:45 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-10-25 20:24:45 +0200 |
commit | bcf04e9b279b39fb7b44e42257dee078f5e76207 (patch) | |
tree | be14015f47fb8f82b7930bbe89dc1e1a008dea4d /src/boot | |
parent | Merge pull request #25131 from poettering/image-root-help-text-fix (diff) | |
download | systemd-bcf04e9b279b39fb7b44e42257dee078f5e76207.tar.xz systemd-bcf04e9b279b39fb7b44e42257dee078f5e76207.zip |
tree-wide: fix typo
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/efi/secure-boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/efi/secure-boot.c b/src/boot/efi/secure-boot.c index 6a5c2a9bea..171b2c96b3 100644 --- a/src/boot/efi/secure-boot.c +++ b/src/boot/efi/secure-boot.c @@ -159,7 +159,7 @@ static EFI_STATUS install_security_override_one(EFI_GUID guid, SecurityOverride /* This replaces the platform provided security arch protocols (defined in the UEFI Platform Initialization * Specification) with the provided override instances. If not running in secure boot or the protocols are - * not available nothing happens. The override instances are provided with the neccessary info to undo this + * not available nothing happens. The override instances are provided with the necessary info to undo this * in uninstall_security_override(). */ void install_security_override(SecurityOverride *override, SecurityOverride *override2) { assert(override); |