flash/nor/sim3x: Fix typo
Change-Id: I2143c81d44b49bed9585c4aaee2bb6e2165345f2 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/6869 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
parent
6673f90e08
commit
b6e4d1aa04
|
@ -983,7 +983,7 @@ COMMAND_HANDLER(sim3x_lock)
|
|||
|
||||
if (!dap) {
|
||||
/* Used debug interface doesn't support direct DAP access */
|
||||
LOG_INFO("Target can't by unlocked by this debug interface");
|
||||
LOG_INFO("Target can't be unlocked by this debug interface");
|
||||
|
||||
/* Core check */
|
||||
ret = target_read_u32(target, CPUID, &val);
|
||||
|
|
Loading…
Reference in New Issue