aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-16 18:52:46 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-16 18:52:46 +0100
commit758d38d9088da48f84fb8a0f9a92644502e3654f (patch)
tree7e3ef0fb2131d5fd93cf8907178ec83b072ad526
parentdoc machinesize_mode (diff)
downloadslibc-758d38d9088da48f84fb8a0f9a92644502e3654f.tar.gz
slibc-758d38d9088da48f84fb8a0f9a92644502e3654f.tar.bz2
slibc-758d38d9088da48f84fb8a0f9a92644502e3654f.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--include/strings.h2
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`.