diff options
| author | Heinrich Schuchardt <[email protected]> | 2022-03-21 08:26:48 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2022-03-26 07:46:21 +0100 |
| commit | df96deeed6a9b34e76544ebe9b0fdd2e44ceb6cd (patch) | |
| tree | 95fbd3c1d3e60ee8ea9ba7d8ddc754c063713a42 /lib | |
| parent | 814a7eea80f6183cede88a7568f8e382c1523a74 (diff) | |
efi_loader: typo devie-path
%s/devie-path/device-path/
Reported-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/efi_loader/efi_device_path.c | 2 |
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 0a8802903d7..0542aaae16c 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) |
