summaryrefslogtreecommitdiff
path: root/chip/stm32/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/uart.c')
-rw-r--r--chip/stm32/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/uart.c b/chip/stm32/uart.c
index a957686687..de92454369 100644
--- a/chip/stm32/uart.c
+++ b/chip/stm32/uart.c
@@ -165,7 +165,7 @@ void uart_interrupt(void)
{
#ifndef CONFIG_UART_TX_DMA
/*
- * When trasmission completes, enable sleep if we are done with Tx.
+ * When transmission completes, enable sleep if we are done with Tx.
* After that, proceed if there is other interrupt to handle.
*/
if (STM32_USART_SR(UARTN_BASE) & STM32_USART_SR_TC) {