This is an automated email from Gerrit.

Christopher Head (ch...@zaber.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/4621

-- gerrit

commit 50b13cd975441e3043aef0836163a85c6d1f831b
Author: Christopher Head <ch...@zaber.com>
Date:   Tue Jul 31 10:25:32 2018 -0700

    doc: fix typo in cortex_m maskisr command
    
    Change-Id: I37795c320ff7cbf6f2c7434e03b26dbaf6fc6db4
    Signed-off-by: Christopher Head <ch...@zaber.com>

diff --git a/doc/openocd.texi b/doc/openocd.texi
index 43ebf8c..81e2740 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -8775,8 +8775,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,

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to