aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYasushi SHOJI <yashi@spacecubics.com>2021-01-28 23:40:52 +0900
committerAntonio Borneo <borneo.antonio@gmail.com>2021-02-03 17:19:01 +0000
commitf68ade529a9ec68032e23c8d3c75c36179b4103f (patch)
tree2234ee2ff633c97bce6d53e295fcbef5f3cb59c1 /doc
parent8a2f2993da3601b22640f9e53ed4c586d0f9db20 (diff)
downloadriscv-openocd-f68ade529a9ec68032e23c8d3c75c36179b4103f.zip
riscv-openocd-f68ade529a9ec68032e23c8d3c75c36179b4103f.tar.gz
riscv-openocd-f68ade529a9ec68032e23c8d3c75c36179b4103f.tar.bz2
doc/manual: Fix function name typo
We have both the singular form, register_command(), and the plural form register_commands(). Change-Id: I905ea83988b8ac70dd809b02d53b646aa4d66697 Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com> Reviewed-on: http://openocd.zylin.com/6042 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/helper.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/helper.txt b/doc/manual/helper.txt
index 1b01b2e..d5710dd 100644
--- a/doc/manual/helper.txt
+++ b/doc/manual/helper.txt
@@ -89,7 +89,7 @@ mode(s) of execution, and strings that provide usage and help text.
A single handler may be registered using multiple names, but any name
may have only one handler associated with it.
-The @c register_commands() and @c register_commands() functions provide
+The @c register_command() and @c register_commands() functions provide
registration, while the @c unregister_command() and
@c unregister_all_commands() functions will remove existing commands.
These may be called at any time, allowing the command set to change in