mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
efi_loader: typo in function description of u16_strnlen
%/u16_strlen/u16_strnlen()/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
fb71c3f490
commit
3139356446
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ size_t u16_strlen(const void *in);
|
|||
size_t u16_strsize(const void *in);
|
||||
|
||||
/**
|
||||
* u16_strlen - count non-zero words
|
||||
* u16_strnlen() - count non-zero words
|
||||
*
|
||||
* This function matches wscnlen_s() if the -fshort-wchar compiler flag is set.
|
||||
* In the EFI context we explicitly need a function handling u16 strings.
|
||||
|
|
Loading…
Reference in a new issue