diff options
author | Steven Stallion <stallion@squareup.com> | 2018-08-28 17:02:10 -0700 |
---|---|---|
committer | Matthias Welwarsky <matthias@welwarsky.de> | 2018-09-07 08:19:29 +0100 |
commit | 724fddcba0482d674ca2a630bb8790eee63e29b8 (patch) | |
tree | cce3adcb35c8b7565e98428c769d506e2f245918 /contrib | |
parent | d1b74376336814266236054f925a9964b87dd8a5 (diff) | |
download | riscv-openocd-724fddcba0482d674ca2a630bb8790eee63e29b8.zip riscv-openocd-724fddcba0482d674ca2a630bb8790eee63e29b8.tar.gz riscv-openocd-724fddcba0482d674ca2a630bb8790eee63e29b8.tar.bz2 |
rtos-helpers: fix minor typo in uC/OS-III helper
This patch corrects a spelling error in uCOS-III-openocd.c.
Change-Id: I6d1923ff1f5e6361358c45cec3dd6c08ca9ccef0
Signed-off-by: Steven Stallion <stallion@squareup.com>
Reviewed-on: http://openocd.zylin.com/4659
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/rtos-helpers/uCOS-III-openocd.c | 4 |
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 9037334..5a37bd4 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. |