diff options
Diffstat (limited to 'libmount/src/hook_veritydev.c')
| -rw-r--r-- | libmount/src/hook_veritydev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/hook_veritydev.c b/libmount/src/hook_veritydev.c index 6a9e64469a..5bb58d0903 100644 --- a/libmount/src/hook_veritydev.c +++ b/libmount/src/hook_veritydev.c @@ -26,7 +26,7 @@ #ifdef CRYPTSETUP_VIA_DLOPEN # include <dlfcn.h> -/* Pointers to libcryptsetup functions (initiliazed by dlsym()) */ +/* Pointers to libcryptsetup functions (initialized by dlsym()) */ struct verity_opers { void (*crypt_set_debug_level)(int); void (*crypt_set_log_callback)(struct crypt_device *, void (*log)(int, const char *, void *), void *); |
