This is an automated email from Gerrit.

"Mark Zhuang <mark.zhu...@spacemit.com>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7584

-- gerrit

commit 7bdc165358a7a53532ec33c2edc144c1b6b91ad1
Author: Mark Zhuang <mark.zhu...@spacemit.com>
Date:   Mon Apr 10 10:57:55 2023 +0800

    flash/rsl10: fix typo
    
    Change-Id: I11af37309fe4684fcb340a00fcc7b2096b8dad76
    Signed-off-by: Mark Zhuang <mark.zhu...@spacemit.com>

diff --git a/contrib/loaders/flash/rsl10/rom_launcher.S 
b/contrib/loaders/flash/rsl10/rom_launcher.S
index 70f000e72f..aafedfb462 100644
--- a/contrib/loaders/flash/rsl10/rom_launcher.S
+++ b/contrib/loaders/flash/rsl10/rom_launcher.S
@@ -21,7 +21,7 @@
        .global _start
 _start:
 launch_program_in_rom:
-    // variables are already set, addres to jump is in r3
+    // variables are already set, address to jump is in r3
     blx r3
 exit:
        // Wait for OpenOCD

-- 

Reply via email to