openocd: fix some minor typo
[fw/openocd] / src / rtos / mqx.c
index 0914e31043963956efe796e4dbc43fd49d49325a..22cd721ac3184f8b76d45d8cb080c98026838583 100644 (file)
@@ -222,7 +222,7 @@ static int mqx_is_scheduler_running(
                return ERROR_FAIL;
        }
        /* check first member, the '_mqx_kernel_data->ADDRESSING_CAPABILITY'.
-          it supose to be set to value 8 */
+          it suppose to be set to value 8 */
        if (capability_value != 8) {
                LOG_WARNING("MQX RTOS - value of '_mqx_kernel_data->ADDRESSING_CAPABILITY' contains invalid value");
                return ERROR_FAIL;