summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2025-11-04 22:50:25 +0100
committerHeinrich Schuchardt <[email protected]>2025-11-15 11:36:22 +0100
commit479ba0cc4d6ef1dd74889826e0dbad82b29999a7 (patch)
tree95cdbc91affe8d3313838e9b008544564954ea9e /lib
parent691eab09df03f3bfcc4e677122b11dad43d3b499 (diff)
efi_loader: typo 'eventfor' in efi_ipconfig.c
%s/eventfor/event for/ Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_loader/efi_ipconfig.c4
1 files changed, 2 insertions, 2 deletions
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