diff --git a/firmware/atmel_softpack_libraries/usb/device/dfu/dfu_runtime.c b/firmware/atmel_softpack_libraries/usb/device/dfu/dfu_runtime.c index 444b75f8..ac4d7dff 100644 --- a/firmware/atmel_softpack_libraries/usb/device/dfu/dfu_runtime.c +++ b/firmware/atmel_softpack_libraries/usb/device/dfu/dfu_runtime.c @@ -208,7 +208,7 @@ void DFURT_SwitchToDFU(void) * activate itself, rather than boot into the application */ g_dfu->magic = USB_DFU_MAGIC; - /* Disconnect the USB by remoting the pull-up */ + /* Disconnect the USB by removing the pull-up */ USBD_Disconnect(); __disable_irq();