mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Fix some recurring typos: postion->position, *atino->*ation
This commit is contained in:
@@ -552,7 +552,7 @@ config USBMSC_BULKOUTREQLEN
|
||||
the completed READ request to the caller as each packet is received.
|
||||
Therefore, there is no benefit in increasing the size of this buffer
|
||||
beyond the maximum size of one packet. Default: 512 or 64 bytes
|
||||
(depending upon if dual speed operatino is supported or not).
|
||||
(depending upon if dual speed operation is supported or not).
|
||||
|
||||
config USBMSC_VENDORID
|
||||
hex "Mass storage Vendor ID"
|
||||
|
||||
@@ -175,7 +175,7 @@ static int usbhost_disconnected(FAR struct usbhost_class_s *class);
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure provides the registry entry ID informatino that will be
|
||||
/* This structure provides the registry entry ID information that will be
|
||||
* used to associate the USB class driver to a connected USB device.
|
||||
*/
|
||||
|
||||
|
||||
@@ -257,7 +257,7 @@ static int usbhost_ioctl(FAR struct inode *inode, int cmd,
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure provides the registry entry ID informatino that will be
|
||||
/* This structure provides the registry entry ID information that will be
|
||||
* used to associate the USB host mass storage class to a connected USB
|
||||
* device.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user