]> Git Repo - J-u-boot.git/commitdiff
efi_loader: typo in function description of u16_strnlen
authorHeinrich Schuchardt <[email protected]>
Fri, 30 Oct 2020 11:14:16 +0000 (12:14 +0100)
committerHeinrich Schuchardt <[email protected]>
Fri, 30 Oct 2020 13:20:27 +0000 (14:20 +0100)
%/u16_strlen/u16_strnlen()/

Signed-off-by: Heinrich Schuchardt <[email protected]>
include/charset.h

index 5564f3bce569c7829eff715166cb74afdaa076a1..cc650a2ce707dc57525f7b95d7b930ab5c933248 100644 (file)
@@ -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.
This page took 0.035756 seconds and 4 git commands to generate.