This is an automated email from Gerrit. Christopher Head ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5779
-- gerrit commit 67f8128b1bada310af2fdd2dd27c6ab7fee5510a Author: Christopher Head <[email protected]> Date: Fri Jul 17 11:32:10 2020 -0700 src/flash/nor/stm32f2x: fix typo in comment Change-Id: Ib4b4e736d3cbc9d23e6c065497c84358df5ab985 Signed-off-by: Christopher Head <[email protected]> diff --git a/src/flash/nor/stm32f2x.c b/src/flash/nor/stm32f2x.c index c00b423..190656b 100644 --- a/src/flash/nor/stm32f2x.c +++ b/src/flash/nor/stm32f2x.c @@ -1026,7 +1026,7 @@ static int stm32x_probe(struct flash_bank *bank) bank->prot_blocks = NULL; } - /* if explicitely called out as OTP bank, short circuit probe */ + /* if explicitly called out as OTP bank, short circuit probe */ if (stm32x_is_otp(bank)) { if (stm32x_otp_is_f7(bank)) { otp_size_in_b = STM32F7_OTP_SIZE; -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
