diff options
-rw-r--r-- | include/charset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/charset.h b/include/charset.h index 5564f3bce56..cc650a2ce70 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. |