Skip to content

Commit 6c73570

Browse files
committed
drivers: crypto: fix spelling of "below"
s/bellow/below/ Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 29ed8bc commit 6c73570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/crypto_stm32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ static int do_aes(struct cipher_ctx *ctx, hal_cryp_aes_op_func_t fn, uint8_t *in
123123

124124
#if DT_HAS_COMPAT_STATUS_OKAY(st_stm32l4_aes)
125125
/* Device is initialized from the configuration in the encryption/decryption function
126-
* called bellow.
126+
* called below.
127127
*/
128128
memcpy(&data->hcryp.Init, &session->config, sizeof(session->config));
129129
#else

0 commit comments

Comments
 (0)