forked from auracaster/openocd
flash: fix typos and duplicated words
Fix typos and duplicated words in comments and strings. Change-Id: I64282c7018462deefeeb8e5f4d0d81942425b3fc Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5758 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Christopher Head <chead@zaber.com>
This commit is contained in:
@@ -534,7 +534,7 @@ static int stm32l4_protect_check(struct flash_bank *bank)
|
||||
stm32l4_read_flash_reg(bank, STM32_FLASH_WRP2AR, &wrp2ar);
|
||||
stm32l4_read_flash_reg(bank, STM32_FLASH_WRP2BR, &wrp2br);
|
||||
} else {
|
||||
/* prevent unintialized errors */
|
||||
/* prevent uninitialized errors */
|
||||
wrp2ar = 0;
|
||||
wrp2br = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user