mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 18:34:42 +00:00
efi_selftest: fix typo 'got languages' in HII test
%s/got languages are/Available languages:/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
5cca0e3f6e
commit
645f7b299b
1 changed files with 1 additions and 1 deletions
|
@ -913,7 +913,7 @@ static int test_hii_string_get_languages(void)
|
|||
goto out;
|
||||
}
|
||||
|
||||
efi_st_printf("got languages are %s\n", languages);
|
||||
efi_st_printf("Available languages: %s\n", languages);
|
||||
|
||||
result = EFI_ST_SUCCESS;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue