mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +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
@@ -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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user