summaryrefslogtreecommitdiff
path: root/chip/stm32/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usb.c')
-rw-r--r--chip/stm32/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/usb.c b/chip/stm32/usb.c
index a3de00f53a..dbbc800ffe 100644
--- a/chip/stm32/usb.c
+++ b/chip/stm32/usb.c
@@ -326,7 +326,7 @@ void usb_init(void)
/* Enable interrupt handlers */
task_enable_irq(STM32_IRQ_USB_LP);
- /* set interrupts mask : reset/correct tranfer/errors */
+ /* set interrupts mask : reset/correct transfer/errors */
STM32_USB_CNTR = 0xe400;
#ifdef CONFIG_USB_SERIALNO