summaryrefslogtreecommitdiff
path: root/chip/stm32/usart_tx_dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usart_tx_dma.h')
-rw-r--r--chip/stm32/usart_tx_dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/usart_tx_dma.h b/chip/stm32/usart_tx_dma.h
index 1dd3d7da41..33a97395ad 100644
--- a/chip/stm32/usart_tx_dma.h
+++ b/chip/stm32/usart_tx_dma.h
@@ -79,7 +79,7 @@ struct usart_tx_dma {
};
/*
- * Function pointers needed to intialize a usart_tx struct. These shouldn't
+ * Function pointers needed to initialize a usart_tx struct. These shouldn't
* be called in any other context as they assume that the consumer or config
* that they are passed was initialized with a complete usart_tx_dma struct.
*/