From 72f1a2e0a9e25e2e6a2f4341366dec528789da28 Mon Sep 17 00:00:00 2001 From: Ingo Franzki Date: Mon, 6 Jul 2026 14:34:31 +0200 Subject: [PATCH] zkey: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The word 'device' is spelled wrongly at 2 places. Reported-by: Finn Callies Signed-off-by: Ingo Franzki Reviewed-by: Finn Callies Signed-off-by: Jan Höppner --- zkey/keystore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zkey/keystore.c b/zkey/keystore.c index 44610848..335706ee 100644 --- a/zkey/keystore.c +++ b/zkey/keystore.c @@ -4665,7 +4665,7 @@ struct crypt_info { * * @param[in] keystore the keystore (not used here) * @param[in] volume the volume to mount - * @param[in] dmname the debice mapper name + * @param[in] dmname the device mapper name * @param[in] cipher_spec the cipher specification * @param[in] key_file_name the key file name * @param[in] key_file_size the size of the key file in bytes @@ -4932,7 +4932,7 @@ out: * * @param[in] keystore the keystore (not used here) * @param[in] volume the volume to mount - * @param[in] dmname the debice mapper name + * @param[in] dmname the device mapper name * @param[in] cipher_spec the cipher specification * @param[in] key_file_name the key file name * @param[in] key_file_size the size of the key file in bytes