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
@@ -64,7 +64,7 @@
*
* Returned Value:
* On success, zero (OK) is returned. Otherwise, a negated errno value
* is returned. The only error is if th protocol is not recognized.
* is returned. The only error is if the protocol is not recognized.
*
****************************************************************************/
+1 -1
View File
@@ -355,7 +355,7 @@ errout:
*
* Description:
* This function is a callback from netdev_foreach. It implements the
* the broadcase forwarding action for each network device (other than, of
* the broadcast forwarding action for each network device (other than, of
* course, the device that received the packet).
*
* Input Parameters:
+1 -1
View File
@@ -492,7 +492,7 @@ errout:
*
* Description:
* This function is a callback from netdev_foreach. It implements the
* the broadcase forwarding action for each network device (other than, of
* the broadcast forwarding action for each network device (other than, of
* course, the device that received the packet).
*
* Input Parameters: