aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Head <chead@zaber.com>2018-07-31 10:25:32 -0700
committerTomas Vanek <vanekt@fbl.cz>2018-08-14 04:30:46 +0100
commit45f0c1591253f0c18fb8d41c6a572e1d81331053 (patch)
tree353804849f6ec01de82a0d5cae63c600ab700702
parentfd0446002f89975f616c17abdb354aa5614f5f7c (diff)
downloadriscv-openocd-45f0c1591253f0c18fb8d41c6a572e1d81331053.zip
riscv-openocd-45f0c1591253f0c18fb8d41c6a572e1d81331053.tar.gz
riscv-openocd-45f0c1591253f0c18fb8d41c6a572e1d81331053.tar.bz2
doc: fix typo in cortex_m maskisr command
Change-Id: I37795c320ff7cbf6f2c7434e03b26dbaf6fc6db4 Signed-off-by: Christopher Head <chead@zaber.com> Reviewed-on: http://openocd.zylin.com/4621 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
-rw-r--r--doc/openocd.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 1a89a53..c0d065d 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -8800,8 +8800,8 @@ Enable or disable trace output for all ITM stimulus ports.
@deffn Command {cortex_m maskisr} (@option{auto}|@option{on}|@option{off})
Control masking (disabling) interrupts during target step/resume.
-The @option{auto} option handles interrupts during stepping a way they get
-served but don't disturb the program flow. The step command first allows
+The @option{auto} option handles interrupts during stepping in a way that they
+get served but don't disturb the program flow. The step command first allows
pending interrupt handlers to execute, then disables interrupts and steps over
the next instruction where the core was halted. After the step interrupts
are enabled again. If the interrupt handlers don't complete within 500ms,