efi_loader: typo 'eventfor' in efi_ipconfig.c

%s/eventfor/event for/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Heinrich Schuchardt
2025-11-04 22:50:25 +01:00
parent 691eab09df
commit 479ba0cc4d

View 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