summaryrefslogtreecommitdiff
path: root/src/jtag/drivers/ft2232.c
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2010-01-03 15:02:51 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2010-01-03 15:02:51 -0800
commit237a707f9653d7ca8a1ec550b497e9a8d0ce0311 (patch)
tree9b280a61c528c9f78a0f9793f100e785b3b8ccd7 /src/jtag/drivers/ft2232.c
parente1258c703bf9e6a0868f4d9e939c4be77567c53e (diff)
downloadopenocd_libswd-237a707f9653d7ca8a1ec550b497e9a8d0ce0311.tar.gz
openocd_libswd-237a707f9653d7ca8a1ec550b497e9a8d0ce0311.tar.bz2
openocd_libswd-237a707f9653d7ca8a1ec550b497e9a8d0ce0311.tar.xz
openocd_libswd-237a707f9653d7ca8a1ec550b497e9a8d0ce0311.zip
FT2232: fix doc typo
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/jtag/drivers/ft2232.c')
-rw-r--r--src/jtag/drivers/ft2232.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/drivers/ft2232.c b/src/jtag/drivers/ft2232.c
index e9eba541..82132d3b 100644
--- a/src/jtag/drivers/ft2232.c
+++ b/src/jtag/drivers/ft2232.c
@@ -33,7 +33,7 @@
* popular low cost JTAG debug solutions. Many FT2232 based JTAG adapters
* are discrete, but development boards may integrate them as alternatives
* to more capable (and expensive) third party JTAG pods. Since JTAG uses
- * only one of the two parts on these devices, on integrated boards the
+ * only one of the two ports on these devices, on integrated boards the
* second port often serves as a USB-to-serial adapter for the target's
* console UART even when the JTAG port is not in use. (Systems which
* support ARM's SWD in addition to JTAG, or instead of it, may use that