docs: fix transport typo
authorSpencer Oliver <ntfreak@users.sourceforge.net>
Mon, 12 Jul 2010 18:36:19 +0000 (19:36 +0100)
committerSpencer Oliver <ntfreak@users.sourceforge.net>
Mon, 12 Jul 2010 18:36:19 +0000 (19:36 +0100)
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
doc/openocd.texi

index 9feee03348f192392d34e20f92d9f0cbc0e432ae..8f47cd17c6491be12bdead9f75d429750dcbe9b7 100644 (file)
@@ -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.