aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2021-01-28 13:34:51 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2021-05-22 10:06:51 +0100
commit3c4206936d541db512ed39ce5ff4d3a0ab9ef33c (patch)
treeb961ae9805148568c2a071df6fb4d7d74ded7584 /src/rtos
parentf1bc46c78a8d0d76e48c83daf1b0f3d6895aa59e (diff)
downloadriscv-openocd-3c4206936d541db512ed39ce5ff4d3a0ab9ef33c.zip
riscv-openocd-3c4206936d541db512ed39ce5ff4d3a0ab9ef33c.tar.gz
riscv-openocd-3c4206936d541db512ed39ce5ff4d3a0ab9ef33c.tar.bz2
openocd: fix some minor typo
Minor typos found by the new checkpatch boosted by the dictionary provided by 'codespell'. Change-Id: I7b4cae1798ff5ea048fcbc671a397af763fdc605 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6218 Tested-by: jenkins
Diffstat (limited to 'src/rtos')
-rw-r--r--src/rtos/mqx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtos/mqx.c b/src/rtos/mqx.c
index 0914e31..22cd721 100644
--- a/src/rtos/mqx.c
+++ b/src/rtos/mqx.c
@@ -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;