aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/jtag
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2018-02-10 23:56:30 +0100
committerMatthias Welwarsky <matthias@welwarsky.de>2018-05-09 11:43:23 +0100
commitf0767a316a11c03924322b96b8d3feae1fe99a34 (patch)
tree350d79e8b7fad98e1bd1894edaddbf8da731f779 /doc/manual/jtag
parent7b94ae9e520877e7f2341b48b3bd0c0d1ca8a14b (diff)
downloadriscv-openocd-f0767a316a11c03924322b96b8d3feae1fe99a34.zip
riscv-openocd-f0767a316a11c03924322b96b8d3feae1fe99a34.tar.gz
riscv-openocd-f0767a316a11c03924322b96b8d3feae1fe99a34.tar.bz2
doc: fix several typos within manual documents
Mostly trivial fixes spotted by spell checker Change-Id: I3af693faf5506c866e2abe253a0e37aea3c4d284 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4510 Tested-by: jenkins Reviewed-by: Christopher Head <chead@zaber.com> Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
Diffstat (limited to 'doc/manual/jtag')
-rw-r--r--doc/manual/jtag/drivers/remote_bitbang.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/jtag/drivers/remote_bitbang.txt b/doc/manual/jtag/drivers/remote_bitbang.txt
index 5a80047..f394d73 100644
--- a/doc/manual/jtag/drivers/remote_bitbang.txt
+++ b/doc/manual/jtag/drivers/remote_bitbang.txt
@@ -28,7 +28,7 @@ An additional function, quit, is added to the remote_bitbang interface to
indicate there will be no more requests and the connection with the remote
driver should be closed.
-These five functions are encoded in ascii by assigning a single character to
+These five functions are encoded in ASCII by assigning a single character to
each possible request. The assignments are:
B - Blink on
@@ -48,6 +48,6 @@ each possible request. The assignments are:
t - Reset 1 0
u - Reset 1 1
-The read response is encoded in ascii as either digit 0 or 1.
+The read response is encoded in ASCII as either digit 0 or 1.
*/