summaryrefslogtreecommitdiffstats
path: root/src/boot
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-10-25 20:24:45 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-10-25 20:24:45 +0200
commitbcf04e9b279b39fb7b44e42257dee078f5e76207 (patch)
treebe14015f47fb8f82b7930bbe89dc1e1a008dea4d /src/boot
parentMerge pull request #25131 from poettering/image-root-help-text-fix (diff)
downloadsystemd-bcf04e9b279b39fb7b44e42257dee078f5e76207.tar.xz
systemd-bcf04e9b279b39fb7b44e42257dee078f5e76207.zip
tree-wide: fix typo
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/efi/secure-boot.c2
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);