diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-11-04 22:50:25 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-11-15 11:36:22 +0100 |
| commit | 479ba0cc4d6ef1dd74889826e0dbad82b29999a7 (patch) | |
| tree | 95cdbc91affe8d3313838e9b008544564954ea9e /lib/efi_loader | |
| parent | 691eab09df03f3bfcc4e677122b11dad43d3b499 (diff) | |
efi_loader: typo 'eventfor' in efi_ipconfig.c
%s/eventfor/event for/
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'lib/efi_loader')
| -rw-r--r-- | lib/efi_loader/efi_ipconfig.c | 4 |
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 |
