]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
efi_loader: typo 'eventfor' in efi_ipconfig.c
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 4 Nov 2025 21:50:25 +0000 (22:50 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 15 Nov 2025 10:36:22 +0000 (11:36 +0100)
%s/eventfor/event for/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_ipconfig.c

index 9f51f77fa9a4fba867df6a4fb6f113389a357c71..b20de8c3e4b6621b04c2d820bf7e52f81f110040 100644 (file)
@@ -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