]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cryptsetup: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 2 Jun 2021 07:37:19 +0000 (16:37 +0900)
committerLennart Poettering <lennart@poettering.net>
Wed, 2 Jun 2021 09:35:14 +0000 (11:35 +0200)
src/shared/cryptsetup-util.c

index f747966bab7ad790aab264a6c2f075cbc23ccf6d..9deae39dea0c4ba0cf5b5ab9e850d73bb63ca56b 100644 (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