jtag: fix osbdm.c typo
[fw/openocd] / src / jtag / drivers / osbdm.c
index 1875600f34329dc9504aea55ea5c6cc3980904ad..66dbf3de1d61bc08797f6a59ea02686caa53081d 100644 (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 */
 };