jtag: fix osbdm.c typo

Fixing up tiny spelling error of "receive" vs. "recieve".

Change-Id: Ib143d7fdb24ac1f2b7bd4ae90cadaf2e12760ff7
Signed-off-by: Bill Traynor <wmat@alphatroop.com>
Reviewed-on: http://openocd.zylin.com/659
Tested-by: jenkins
Reviewed-by: Xiaofan <xiaofanc@gmail.com>
Reviewed-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
Bill Traynor 2012-05-22 12:44:16 -04:00 committed by Peter Stuge
parent ffabd98d4a
commit f901445524

View File

@ -135,7 +135,7 @@ static const uint16_t osbdm_pid[] = { 0x0042, 0x0058, 0 };
struct osbdm {
struct jtag_libusb_device_handle *devh; /* USB handle */
uint8_t buffer[OSBDM_USB_BUFSIZE]; /* Data to send and recieved */
uint8_t buffer[OSBDM_USB_BUFSIZE]; /* Data to send and receive */
int count; /* Count data to send and to read */
};