From 758d38d9088da48f84fb8a0f9a92644502e3654f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 16 Nov 2015 18:52:46 +0100 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/strings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- cgit v1.2.3-70-g09d2