This is an automated email from Gerrit.

Bill Traynor ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/659

-- gerrit

commit f5f68bd02f35f1cae8e3f314b3538ca32fcc008b
Author: Bill Traynor <[email protected]>
Date:   Tue May 22 12:44:16 2012 -0400

    jtag: fix osbdm.c typo
    
    Fixing up tiny spelling error of "receive" vs. "recieve".
    
    Change-Id: Ib143d7fdb24ac1f2b7bd4ae90cadaf2e12760ff7
    Signed-off-by: Bill Traynor <[email protected]>

diff --git a/src/jtag/drivers/osbdm.c b/src/jtag/drivers/osbdm.c
index 1875600..66dbf3d 100644
--- a/src/jtag/drivers/osbdm.c
+++ b/src/jtag/drivers/osbdm.c
@@ -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 */
 };
 

-- 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to