From 7bbcaee3079fa8604ab12de95c899fc617ca866d Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 2 Jun 2021 16:37:19 +0900 Subject: [PATCH] cryptsetup: fix typo --- src/shared/cryptsetup-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/cryptsetup-util.c b/src/shared/cryptsetup-util.c index f747966bab7..9deae39dea0 100644 --- a/src/shared/cryptsetup-util.c +++ b/src/shared/cryptsetup-util.c @@ -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 -- 2.47.3