X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=doc%2Fmanual%2Fprimer%2Fcommands.txt;fp=doc%2Fmanual%2Fprimer%2Fcommands.txt;h=a626f56b56d3925641b91c6661e96be52c068417;hp=5f89d506253c07ffaab94c137d4714f9a5b186a9;hb=f0767a316a11c03924322b96b8d3feae1fe99a34;hpb=7b94ae9e520877e7f2341b48b3bd0c0d1ca8a14b diff --git a/doc/manual/primer/commands.txt b/doc/manual/primer/commands.txt index 5f89d50625..a626f56b56 100644 --- a/doc/manual/primer/commands.txt +++ b/doc/manual/primer/commands.txt @@ -30,7 +30,7 @@ called (with the appropriate parameters), the @c CALL_COMMAND_HANDLER macro to pass any e as parameters to the following helper function: The subsequent blocks of code are a normal C function that can do -anything, so only complex commands deserve should use comamnd helper +anything, so only complex commands deserve should use command helper functions. In this respect, this example uses one to demonstrate how -- not when -- they should be used.