Fix misspellings using codespell tool
This commit is contained in:
@@ -157,7 +157,7 @@ extern void usbd_ep_setup(usbd_device *usbd_dev, uint8_t addr, uint8_t type,
|
||||
/** Write a packet
|
||||
* @param addr EP address (direction is ignored)
|
||||
* @param len # of bytes
|
||||
* @return 0 if failed, len if succesful
|
||||
* @return 0 if failed, len if successful
|
||||
*/
|
||||
extern uint16_t usbd_ep_write_packet(usbd_device *usbd_dev, uint8_t addr,
|
||||
const void *buf, uint16_t len);
|
||||
|
||||
@@ -13,7 +13,7 @@ Gareth McMullin <gareth@blacksphere.co.nz>
|
||||
@date 10 March 2013
|
||||
|
||||
A set of structure definitions for the USB control structures
|
||||
defined in chapter 9 of the "Univeral Serial Bus Specification Revision 2.0"
|
||||
defined in chapter 9 of the "Universal Serial Bus Specification Revision 2.0"
|
||||
Available from the USB Implementers Forum - http://www.usb.org/
|
||||
|
||||
LGPL License Terms @ref lgpl_license
|
||||
@@ -48,7 +48,7 @@ LGPL License Terms @ref lgpl_license
|
||||
|
||||
/*
|
||||
* This file contains structure definitions for the USB control structures
|
||||
* defined in chapter 9 of the "Univeral Serial Bus Specification Revision 2.0"
|
||||
* defined in chapter 9 of the "Universal Serial Bus Specification Revision 2.0"
|
||||
* Available from the USB Implementers Forum - http://www.usb.org/
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user