diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-16 18:52:46 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-16 18:52:46 +0100 |
commit | 758d38d9088da48f84fb8a0f9a92644502e3654f (patch) | |
tree | 7e3ef0fb2131d5fd93cf8907178ec83b072ad526 /include | |
parent | doc machinesize_mode (diff) | |
download | slibc-758d38d9088da48f84fb8a0f9a92644502e3654f.tar.gz slibc-758d38d9088da48f84fb8a0f9a92644502e3654f.tar.bz2 slibc-758d38d9088da48f84fb8a0f9a92644502e3654f.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h index fe756d3..23d0a46 100644 --- a/include/strings.h +++ b/include/strings.h @@ -58,7 +58,7 @@ void explicit_bzero(void*, size_t); * @param size The number of bytes to copy. */ void bcopy(const void*, void*, size_t) - __deprecated("Use 'memmove', or similar function, instead, but be aware of reordered paramters."); + __deprecated("Use 'memmove', or similar function, instead, but be aware of reordered parameters."); /** * This function is identical to `memcmp`. |