aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_device_path.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-03-21 08:26:48 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-03-26 07:46:21 +0100
commitdf96deeed6a9b34e76544ebe9b0fdd2e44ceb6cd (patch)
tree95fbd3c1d3e60ee8ea9ba7d8ddc754c063713a42 /lib/efi_loader/efi_device_path.c
parent814a7eea80f6183cede88a7568f8e382c1523a74 (diff)
downloadu-boot-df96deeed6a9b34e76544ebe9b0fdd2e44ceb6cd.zip
u-boot-df96deeed6a9b34e76544ebe9b0fdd2e44ceb6cd.tar.gz
u-boot-df96deeed6a9b34e76544ebe9b0fdd2e44ceb6cd.tar.bz2
efi_loader: typo devie-path
%s/devie-path/device-path/ Reported-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'lib/efi_loader/efi_device_path.c')
-rw-r--r--lib/efi_loader/efi_device_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_device_path.c b/lib/efi_loader/efi_device_path.c
index 0a88029..0542aaa 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)