summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2010-07-12 19:36:19 +0100
committerSpencer Oliver <ntfreak@users.sourceforge.net>2010-07-12 19:36:19 +0100
commitdc4df8bb974580946c46c0aac82a54dfb2256cc9 (patch)
tree27352f6e40c00b6416291a6b628528f42009b10e /doc
parent1c794320615d917d0e8fb4c40d096fd22f9a824f (diff)
downloadopenocd_libswd-dc4df8bb974580946c46c0aac82a54dfb2256cc9.tar.gz
openocd_libswd-dc4df8bb974580946c46c0aac82a54dfb2256cc9.tar.bz2
openocd_libswd-dc4df8bb974580946c46c0aac82a54dfb2256cc9.tar.xz
openocd_libswd-dc4df8bb974580946c46c0aac82a54dfb2256cc9.zip
docs: fix transport typo
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 9feee033..8f47cd17 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -2461,14 +2461,14 @@ JTAG transports expose a chain of one or more Test Access Points (TAPs),
each of which must be explicitly declared.
JTAG supports both debugging and boundary scan testing.
Flash programming support is built on top of debug support.
-@subsection SWD ransport
+@subsection SWD Transport
SWD (Serial Wire Debug) is an ARM-specific transport which exposes one
Debug Access Point (DAP, which must be explicitly declared.
(SWD uses fewer signal wires than JTAG.)
SWD is debug-oriented, and does not support boundary scan testing.
Flash programming support is built on top of debug support.
(Some processors support both JTAG and SWD.)
-@subsection SPI ransport
+@subsection SPI Transport
The Serial Peripheral Interface (SPI) is a general purpose transport
which uses four wire signaling. Some processors use it as part of a
solution for flash programming.