mirror of
https://xff.cz/git/u-boot/
synced 2026-01-25 07:35:39 +01: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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user