drivers: crypto: fix spelling of "below"

s/bellow/below/

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-02-17 18:23:05 +01:00 committed by Benjamin Cabé
parent 29ed8bc21e
commit 6c735705cd

View File

@ -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