mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere.
This commit is contained in:
committed by
Gregory Nutt
parent
bf3105fc8f
commit
366053e464
@@ -1219,7 +1219,7 @@ void usbmsc_rdcomplete(FAR struct usbdev_ep_s *ep,
|
||||
* Name: usbmsc_deferredresponse
|
||||
*
|
||||
* Description:
|
||||
* Some EP0 setup request cannot be responded to immediately becuase they
|
||||
* Some EP0 setup request cannot be responded to immediately because they
|
||||
* require some asynchronous action from the SCSI worker thread. This
|
||||
* function is provided for the SCSI thread to make that deferred response.
|
||||
* The specific requests that require this deferred response are:
|
||||
|
||||
@@ -667,7 +667,7 @@ void usbmsc_rdcomplete(FAR struct usbdev_ep_s *ep,
|
||||
* Name: usbmsc_deferredresponse
|
||||
*
|
||||
* Description:
|
||||
* Some EP0 setup request cannot be responded to immediately becuase they
|
||||
* Some EP0 setup request cannot be responded to immediately because they
|
||||
* require some asynchronous action from the SCSI worker thread. This
|
||||
* function is provided for the SCSI thread to make that deferred response.
|
||||
* The specific requests that require this deferred response are:
|
||||
|
||||
Reference in New Issue
Block a user