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:
Nathan Hartman
2019-09-11 08:56:56 -06:00
committed by Gregory Nutt
parent bf3105fc8f
commit 366053e464
113 changed files with 142 additions and 142 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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: