diff options
-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`. |