From 2f5c5efe85020c6fad216aba572251ce21c54428 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 17 Feb 2022 12:11:38 +0100 Subject: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libblake_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libblake_init.c b/libblake_init.c index ebf0e34..84dd87e 100644 --- a/libblake_init.c +++ b/libblake_init.c @@ -5,7 +5,7 @@ #if defined(__GNUC__) __attribute__((__constructor__)) /* ignored if statically linked, so this function shall * by the application, we just use the constructor (init) - * attribute incase that is forgotten, as it will only + * attribute in case that is forgotten, as it will only * improve performance, but the library with function * perfectly fine even if it's not called */ #endif -- cgit v1.2.3-70-g09d2