aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-10-30 12:14:16 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-10-30 14:20:27 +0100
commit31393564462ac706c080fbd9625382540a41d27c (patch)
tree198b076ea7edb391ea263b52d6961da48b510c4f
parentfb71c3f49016abcadf0d0cbe9df99975e64de651 (diff)
downloadu-boot-31393564462ac706c080fbd9625382540a41d27c.zip
u-boot-31393564462ac706c080fbd9625382540a41d27c.tar.gz
u-boot-31393564462ac706c080fbd9625382540a41d27c.tar.bz2
efi_loader: typo in function description of u16_strnlen
%/u16_strlen/u16_strnlen()/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
-rw-r--r--include/charset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/charset.h b/include/charset.h
index 5564f3b..cc650a2 100644
--- a/include/charset.h
+++ b/include/charset.h
@@ -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.