mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Fix type typo in “String/Array Conventions” doc
* manual/string.texi (String/Array Conventions): Fix typo reported by Alejandro Colomar <alx@kernel.org> in: https://sourceware.org/pipermail/libc-alpha/2023-November/152646.html
This commit is contained in:
parent
f8cfb6836e
commit
d1dcb565a1
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ beginning with @samp{mem} and @samp{wmem} (such as @code{memcpy} and
|
|||
@code{wmemcpy}) and invariably take an argument which specifies the size
|
||||
(in bytes and wide characters respectively) of the block of memory to
|
||||
operate on. The array arguments and return values for these functions
|
||||
have type @code{void *} or @code{wchar_t}. As a matter of style, the
|
||||
have type @code{void *} or @code{wchar_t *}. As a matter of style, the
|
||||
elements of the arrays used with the @samp{mem} functions are referred
|
||||
to as ``bytes''. You can pass any kind of pointer to these functions,
|
||||
and the @code{sizeof} operator is useful in computing the value for the
|
||||
|
|
Loading…
Add table
Reference in a new issue