From: Heinrich Schuchardt Date: Tue, 4 Nov 2025 21:50:25 +0000 (+0100) Subject: efi_loader: typo 'eventfor' in efi_ipconfig.c X-Git-Tag: v2026.01-rc3~15^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=479ba0cc4d6ef1dd74889826e0dbad82b29999a7;p=thirdparty%2Fu-boot.git efi_loader: typo 'eventfor' in efi_ipconfig.c %s/eventfor/event for/ Signed-off-by: Heinrich Schuchardt --- diff --git a/lib/efi_loader/efi_ipconfig.c b/lib/efi_loader/efi_ipconfig.c index 9f51f77fa9a..b20de8c3e4b 100644 --- a/lib/efi_loader/efi_ipconfig.c +++ b/lib/efi_loader/efi_ipconfig.c @@ -168,8 +168,8 @@ static efi_status_t EFIAPI efi_ip4_config2_register_notify(struct efi_ip4_config } /* - * efi_ip4_config2_unregister_notify() - Remove a previously registered eventfor - * the specified configuration data + * efi_ip4_config2_unregister_notify() - Remove a previously registered event + * for the specified configuration data * * This function implements EFI_IP4_CONFIG2_PROTOCOL.UnregisterDataNotify() * See the Unified Extensible Firmware Interface