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:
Marc Schink 2022-03-03 20:56:57 +01:00 committed by Antonio Borneo
parent 6673f90e08
commit b6e4d1aa04
1 changed files with 1 additions and 1 deletions

View File

@ -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);