Trivial typo fix

This commit is contained in:
Gregory Nutt 2015-09-02 10:09:33 -06:00
parent 168e9d3ddb
commit 9fcad39a45

View File

@ -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)
{