This is an automated email from Gerrit.

"zapb <d...@zapb.de>" just uploaded a new patch set to Gerrit, which you can 
find at https://review.openocd.org/c/openocd/+/6869

-- gerrit

commit 1ba82d749046d2adb7c0857b68a45f2ea453f534
Author: Marc Schink <d...@zapb.de>
Date:   Thu Mar 3 20:56:57 2022 +0100

    flash/nor/sim3x: Fix typo
    
    Change-Id: I2143c81d44b49bed9585c4aaee2bb6e2165345f2
    Signed-off-by: Marc Schink <d...@zapb.de>

diff --git a/src/flash/nor/sim3x.c b/src/flash/nor/sim3x.c
index 2938ed1ab4..891383860a 100644
--- a/src/flash/nor/sim3x.c
+++ b/src/flash/nor/sim3x.c
@@ -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);

-- 

Reply via email to