From df96deeed6a9b34e76544ebe9b0fdd2e44ceb6cd Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Mon, 21 Mar 2022 08:26:48 +0100 Subject: [PATCH] efi_loader: typo devie-path %s/devie-path/device-path/ Reported-by: Ilias Apalodimas Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_device_path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/efi_loader/efi_device_path.c b/lib/efi_loader/efi_device_path.c index 0a8802903d..0542aaae16 100644 --- a/lib/efi_loader/efi_device_path.c +++ b/lib/efi_loader/efi_device_path.c @@ -137,7 +137,7 @@ int efi_dp_match(const struct efi_device_path *a, * * See UEFI spec (section 3.1.2, about short-form device-paths) * - * @dp: original devie-path + * @dp: original device-path * @Return: shortened device-path or NULL */ struct efi_device_path *efi_dp_shorten(struct efi_device_path *dp) -- 2.39.5