From 15f48b2e89af1c135945c0bdf88336423f6f1c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Redon?= Date: Tue, 3 Dec 2019 15:28:28 +0100 Subject: [PATCH] minor: fix typo Change-Id: I462291078fe9b05bfdf6fb7ab0f96b1edeecdac6 --- firmware/atmel_softpack_libraries/usb/device/dfu/dfu_runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();