drivers: can: stm32: fix typo in a comment

Replace 'mailbix' with 'mailbox' in drivers/can/can_stm32.c.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
This commit is contained in:
Dario Binacchi 2021-07-16 19:05:34 +02:00 committed by Carles Cufí
commit c3ee515865

View file

@ -663,7 +663,7 @@ int can_stm32_send(const struct device *dev, const struct zcan_frame *msg,
mb->callback_arg = callback_arg;
k_sem_reset(&mb->tx_int_sem);
/* mailbix identifier register setup */
/* mailbox identifier register setup */
mailbox->TIR &= CAN_TI0R_TXRQ;
if (msg->id_type == CAN_STANDARD_IDENTIFIER) {