This is an automated email from Gerrit. "Piotr Kasprzyk <c...@ciri.pl>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6963
-- gerrit commit fa2729180ae85498109c3c12a3e23f76ce7bdd17 Author: Piotr Kasprzyk <c...@ciri.pl> Date: Tue May 3 15:42:41 2022 +0200 Append lacking e to word Note Signed-off-by: Piotr Kasprzyk <c...@ciri.pl> Change-Id: Ibd40a2f93d11cf1945361f0c46329b88963d6826 diff --git a/doc/openocd.texi b/doc/openocd.texi index d550027331..da45fd9edc 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -12186,7 +12186,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()'' --