cryptsetup: fix typo

This commit is contained in:
Yu Watanabe
2021-06-02 16:37:19 +09:00
committed by Lennart Poettering
parent 3fe398cec0
commit 7bbcaee307

View File

@@ -146,7 +146,7 @@ static void cryptsetup_log_glue(int level, const char *msg, void *usrptr) {
}
void cryptsetup_enable_logging(struct crypt_device *cd) {
/* It's OK to call this with a NULL parameter, in which case libcryptsetup will set the defaut log
/* It's OK to call this with a NULL parameter, in which case libcryptsetup will set the default log
* function.
*
* Note that this is also called from dlopen_cryptsetup(), which we call here too. Sounds like an