aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kasprzyk <ciri@ciri.pl>2022-05-03 15:42:41 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2022-05-07 11:05:15 +0000
commit2fa3e2489fbaf3f99e2a869f18827cf4d0d5e3c9 (patch)
tree8759c8d6f93893ada844716f992c3af8ba499c85
parent4c1919c566e79e6abcf006f3d03e4cc8cba54ff9 (diff)
downloadriscv-openocd-2fa3e2489fbaf3f99e2a869f18827cf4d0d5e3c9.zip
riscv-openocd-2fa3e2489fbaf3f99e2a869f18827cf4d0d5e3c9.tar.gz
riscv-openocd-2fa3e2489fbaf3f99e2a869f18827cf4d0d5e3c9.tar.bz2
doc: fix typo s/Not/Note/
Append lacking e to word Note Signed-off-by: Piotr Kasprzyk <ciri@ciri.pl> Change-Id: Ibd40a2f93d11cf1945361f0c46329b88963d6826 Reviewed-on: https://review.openocd.org/c/openocd/+/6963 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
-rw-r--r--doc/openocd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 8bf0a31..b87e87f 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -12135,7 +12135,7 @@ It sort of works like this:
When the command ``proc'' is parsed (which creates a procedure
function) it gets 3 parameters on the command line. @b{1} the name of
the proc (function), @b{2} the list of parameters, and @b{3} the body
-of the function. Not the choice of words: LIST and BODY. The PROC
+of the function. Note the choice of words: LIST and BODY. The PROC
command stores these items in a table somewhere so it can be found by
``LookupCommand()''