diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-06-02 09:37:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-06-02 11:35:14 +0200 |
commit | 7bbcaee3079fa8604ab12de95c899fc617ca866d (patch) | |
tree | 4edee62abb657b810c0b2a27f4d8de22d75dca64 /src/shared/cryptsetup-util.c | |
parent | dissect: if dissecting without udev, don't look for usec timestamp on db record (diff) | |
download | systemd-7bbcaee3079fa8604ab12de95c899fc617ca866d.tar.xz systemd-7bbcaee3079fa8604ab12de95c899fc617ca866d.zip |
cryptsetup: fix typo
Diffstat (limited to 'src/shared/cryptsetup-util.c')
-rw-r--r-- | src/shared/cryptsetup-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/cryptsetup-util.c b/src/shared/cryptsetup-util.c index f747966bab..9deae39dea 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 |