From 307472654c5f980a895b0f9b1b98fb6e97e62ec3 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 27 Jun 2019 09:38:30 +0200 Subject: [PATCH] =?utf8?q?cryptsetup:=20comment:=20crypt=5Fsetup=20?= =?utf8?q?=E2=86=92=20crypt=5Fformat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/cryptsetup/cryptsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c index af95b418162..a001ac75067 100644 --- a/src/cryptsetup/cryptsetup.c +++ b/src/cryptsetup/cryptsetup.c @@ -534,7 +534,7 @@ static int attach_luks_or_plain(struct crypt_device *cd, /* for CRYPT_PLAIN limit reads from keyfile to key length, and ignore keyfile-size */ arg_keyfile_size = arg_key_size; - /* In contrast to what the name crypt_setup() might suggest this doesn't actually format + /* In contrast to what the name crypt_format() might suggest this doesn't actually format * anything, it just configures encryption parameters when used for plain mode. */ r = crypt_format(cd, CRYPT_PLAIN, cipher, cipher_mode, NULL, NULL, arg_keyfile_size, ¶ms); if (r < 0) -- 2.47.3