From: David Brownell Date: Sun, 3 Jan 2010 23:02:51 +0000 (-0800) Subject: FT2232: fix doc typo X-Git-Tag: v0.4.0-rc2~152 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=237a707f9653d7ca8a1ec550b497e9a8d0ce0311 FT2232: fix doc typo Signed-off-by: David Brownell --- diff --git a/src/jtag/drivers/ft2232.c b/src/jtag/drivers/ft2232.c index e9eba541f3..82132d3b2d 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