From: Yu Watanabe Date: Wed, 2 Jun 2021 07:37:19 +0000 (+0900) Subject: cryptsetup: fix typo X-Git-Tag: v249-rc1~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bbcaee3079fa8604ab12de95c899fc617ca866d;p=thirdparty%2Fsystemd.git cryptsetup: fix typo --- 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