mips_m4k: common_magic should be unsigned
[fw/openocd] / src / rtos / eCos.c
index c26b66a0befb965819a0fa26b54ec26bc126414e..f301a35ab67122b614f2f6fa03df4acabf1cabaa 100644 (file)
@@ -416,7 +416,7 @@ static int eCos_create( struct target* target )
        }
        if ( i >= ECOS_NUM_PARAMS )
        {
-               LOG_OUTPUT("Could not find target in eCos compatability list\r\n");
+               LOG_OUTPUT("Could not find target in eCos compatibility list\r\n");
                return -1;
        }