]> git.sur5r.net Git - openocd/blobdiff - src/jtag/drivers/stlink_usb.c
Fix spelling of ARM Cortex
[openocd] / src / jtag / drivers / stlink_usb.c
index 649368d09faddb9870010fc4e32c5e99b852012f..bbd31d878dd05000e5752a471b28f81e50ceccd3 100644 (file)
@@ -1164,7 +1164,7 @@ static int stlink_usb_step(void *handle)
 
        if (h->jtag_api == STLINK_JTAG_API_V2) {
                /* TODO: this emulates the v1 api, it should really use a similar auto mask isr
-                * that the cortex-m3 currently does. */
+                * that the Cortex-M3 currently does. */
                stlink_usb_write_debug_reg(handle, DCB_DHCSR, DBGKEY|C_HALT|C_MASKINTS|C_DEBUGEN);
                stlink_usb_write_debug_reg(handle, DCB_DHCSR, DBGKEY|C_STEP|C_MASKINTS|C_DEBUGEN);
                return stlink_usb_write_debug_reg(handle, DCB_DHCSR, DBGKEY|C_HALT|C_DEBUGEN);