projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb71c3f
)
efi_loader: typo in function description of u16_strnlen
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 30 Oct 2020 11:14:16 +0000
(12:14 +0100)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 30 Oct 2020 13:20:27 +0000
(14:20 +0100)
%/u16_strlen/u16_strnlen()/
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/charset.h
patch
|
blob
|
history
diff --git
a/include/charset.h
b/include/charset.h
index
5564f3b
..
cc650a2
100644
(file)
--- 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_str
len
- count non-zero words
+ * u16_str
nlen()
- 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.