]> git.sur5r.net Git - openocd/blobdiff - src/rtos/mqx.c
Fix spelling of ARM Cortex
[openocd] / src / rtos / mqx.c
index 272658c8a53e265707d9894e7752995ad0670d04..f0f419c61f856722e237a2af5ff597adef2d2eaf 100644 (file)
@@ -109,7 +109,7 @@ static int mqx_valid_address_check(
        enum mqx_arch arch_type = ((struct mqx_params *)rtos->rtos_specific_params)->target_arch;
        const char * targetname = ((struct mqx_params *)rtos->rtos_specific_params)->target_name;
 
-       /* Cortex M address range */
+       /* Cortex-M address range */
        if (arch_type == mqx_arch_cortexm) {
                if (
                        /* code and sram area */