mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
devif_poll_tcp_connections: Fix a comment typo
This commit is contained in:
parent
92328792fd
commit
70d215b11f
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ static int devif_poll_udp_connections(FAR struct net_driver_s *dev,
|
|||
* Name: devif_poll_tcp_connections
|
||||
*
|
||||
* Description:
|
||||
* Poll all UDP connections for available packets to send.
|
||||
* Poll all TCP connections for available packets to send.
|
||||
*
|
||||
* Assumptions:
|
||||
* This function is called from the MAC device driver with the network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue