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>
 
 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 */
 };