diff options
Diffstat (limited to 'libblake_init.c')
-rw-r--r-- | libblake_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |