From 6c735705cdbbe3000852a510ff456528a896dc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Mon, 17 Feb 2025 18:23:05 +0100 Subject: [PATCH] drivers: crypto: fix spelling of "below" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit s/bellow/below/ Signed-off-by: Benjamin Cabé --- drivers/crypto/crypto_stm32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/crypto_stm32.c b/drivers/crypto/crypto_stm32.c index c453e3a0e65..b1c7cf59b03 100644 --- a/drivers/crypto/crypto_stm32.c +++ b/drivers/crypto/crypto_stm32.c @@ -123,7 +123,7 @@ static int do_aes(struct cipher_ctx *ctx, hal_cryp_aes_op_func_t fn, uint8_t *in #if DT_HAS_COMPAT_STATUS_OKAY(st_stm32l4_aes) /* Device is initialized from the configuration in the encryption/decryption function - * called bellow. + * called below. */ memcpy(&data->hcryp.Init, &session->config, sizeof(session->config)); #else