From 70d215b11f0b574cd07a66fa2c5cfe730eb7cb99 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 28 May 2021 17:43:24 +0900 Subject: [PATCH] devif_poll_tcp_connections: Fix a comment typo --- net/devif/devif_poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/devif/devif_poll.c b/net/devif/devif_poll.c index 71f83bf3eb..6865742eec 100644 --- a/net/devif/devif_poll.c +++ b/net/devif/devif_poll.c @@ -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