From bf1d57062335fa789a22cb7c56f5bd948e24647c Mon Sep 17 00:00:00 2001 From: devdl11 <54149885+devdl11@users.noreply.github.com> Date: Fri, 8 Apr 2022 18:06:15 +0200 Subject: [PATCH] Update ion/src/device/shared/usb/dfu_relocated.cpp Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com> --- ion/src/device/shared/usb/dfu_relocated.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion/src/device/shared/usb/dfu_relocated.cpp b/ion/src/device/shared/usb/dfu_relocated.cpp index 7669a3103..72b9b61be 100644 --- a/ion/src/device/shared/usb/dfu_relocated.cpp +++ b/ion/src/device/shared/usb/dfu_relocated.cpp @@ -59,7 +59,7 @@ void DFU(bool exitWithKeyboard, void * data) { /* 4- Disable all interrupts * The interrupt service routines live in the Flash and could be overwritten - * by garbage during a firmware upgrade opration, so we disable them. */ + * by garbage during a firmware upgrade operation, so we disable them. */ Device::Timing::shutdown(); /* 5- Jump to DFU bootloader code. We made sure in the linker script that the