summaryrefslogtreecommitdiff
path: root/chip/stm32/usart-stm32f0.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usart-stm32f0.c')
-rw-r--r--chip/stm32/usart-stm32f0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/usart-stm32f0.c b/chip/stm32/usart-stm32f0.c
index 4b24e49642..8ae2085498 100644
--- a/chip/stm32/usart-stm32f0.c
+++ b/chip/stm32/usart-stm32f0.c
@@ -46,7 +46,7 @@ static void usart_variant_disable(struct usart_config const *config)
int index = config->hw->index;
/*
- * Only disable the shared interupt for USART3/4 if both USARTs are
+ * Only disable the shared interrupt for USART3/4 if both USARTs are
* now disabled.
*/
if ((index == 0) ||