From d78d0f72e32620c31208e763f71547292e215cb0 Mon Sep 17 00:00:00 2001 From: Tercio Gaudencio Filho Date: Fri, 9 Aug 2019 14:25:07 -0300 Subject: [PATCH] Fix a miserable typo. --- src/stm32f103/target_stm32f103.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stm32f103/target_stm32f103.c b/src/stm32f103/target_stm32f103.c index 281f1cb..d03f2c2 100644 --- a/src/stm32f103/target_stm32f103.c +++ b/src/stm32f103/target_stm32f103.c @@ -161,7 +161,7 @@ bool target_get_force_bootloader(void) { backup_write(BKP0, 0); #if HAVE_BUTTON - /* Wait sometime in case the button has some debounce capacitor */ + /* Wait some time in case the button has some debounce capacitor */ int i; for (i = 0; i < BUTTON_SAMPLE_DELAY_CYCLES; i++) { __asm__("nop");