mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Trivial typo fix
This commit is contained in:
@@ -127,7 +127,7 @@ static uint16_t tcp_poll_interrupt(FAR struct net_driver_s *dev, FAR void *conn,
|
||||
eventset |= (POLLERR | POLLHUP);
|
||||
}
|
||||
|
||||
/* Awaken the caller of poll() is requested event occurred. */
|
||||
/* Awaken the caller of poll() if requested event occurred. */
|
||||
|
||||
if (eventset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user