Skip to content

Commit

Permalink
efi_loader: typo in function description of u16_strnlen
Browse files Browse the repository at this point in the history
%/u16_strlen/u16_strnlen()/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
  • Loading branch information
xypron committed Oct 30, 2020
1 parent fb71c3f commit 3139356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/charset.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3139356

Please sign in to comment.