aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/rtos-helpers/uCOS-III-openocd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/rtos-helpers/uCOS-III-openocd.c b/contrib/rtos-helpers/uCOS-III-openocd.c
index 9037334f..5a37bd4c 100644
--- a/contrib/rtos-helpers/uCOS-III-openocd.c
+++ b/contrib/rtos-helpers/uCOS-III-openocd.c
@@ -3,8 +3,8 @@
* impossible to determine the appropriate offsets within the structure
* unaided. A priori knowledge of offsets based on os_dbg.c is tied to a
* specific release and thusly, brittle. The constants defined below
- * provide the neccessary information OpenOCD needs to provide support
- * in the most robust manner possible.
+ * provide the necessary information OpenOCD needs to provide support in
+ * the most robust manner possible.
*
* This file should be linked along with the project to enable RTOS
* support for uC/OS-III.