drivers: crypto: fix spelling of "below"
s/bellow/below/ Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
29ed8bc21e
commit
6c735705cd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user