Fix some typographical errors.

This commit is contained in:
Gregory Nutt
2018-09-14 06:55:45 -06:00
parent c9187c2928
commit 9546481054
38 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -1868,7 +1868,7 @@ static void khci_eptransfer(struct khci_usbdev_s *priv, uint8_t epno,
* Name: khci_ep0nextsetup
*
* Description:
* This function is called (1) after sucessful completion of an EP0 Setup
* This function is called (1) after successful completion of an EP0 Setup
* command, or (2) after receipt of the OUT complete event (for simple
* transfers). It simply sets up the single BDT to accept the next
* SETUP commend.
+1 -1
View File
@@ -1785,7 +1785,7 @@ static void pic32mx_eptransfer(struct pic32mx_usbdev_s *priv, uint8_t epno,
* Name: pic32mx_ep0nextsetup
*
* Description:
* This function is called (1) after sucessful completion of an EP0 Setup
* This function is called (1) after successful completion of an EP0 Setup
* command, or (2) after receipt of the OUT complete event (for simple
* transfers). It simply sets up the single BDT to accept the next
* SETUP commend.