diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-04-18 04:32:02 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-04-20 08:21:59 +0200 |
commit | 2608015921f61425f09e3a413f22be6c155a13a7 (patch) | |
tree | 5c933364c91ad0e33c54ce69c00043feb7defe18 /lib | |
parent | 8afeab4cdf5e7babdf86c2c86d527badada7da1d (diff) | |
download | u-boot-2608015921f61425f09e3a413f22be6c155a13a7.tar.gz |
efi_loader: typo mstching
%s/mstching/matching/
Reported-by: E Shattow <lucent@gmail.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/efi_loader/efi_var_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_var_common.c b/lib/efi_loader/efi_var_common.c index aa8feffd3ec..ed53bcf3939 100644 --- a/lib/efi_loader/efi_var_common.c +++ b/lib/efi_loader/efi_var_common.c @@ -419,7 +419,7 @@ void *efi_get_var(const u16 *name, const efi_guid_t *vendor, efi_uintn_t *size) } /** - * efi_var_collect() - Copy EFI variables mstching attributes mask + * efi_var_collect() - Copy EFI variables matching attributes mask * * @bufp: buffer containing variable collection * @lenp: buffer length |