mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 21:06:58 +08:00
Fix some typos
This commit is contained in:
@@ -1376,7 +1376,7 @@ void uart_connected(FAR uart_dev_t *dev, bool connected)
|
||||
(void)sem_post(&dev->recvsem);
|
||||
}
|
||||
|
||||
/* Notify all poll/select waiters that and hangup occurred */
|
||||
/* Notify all poll/select waiters that a hangup occurred */
|
||||
|
||||
uart_pollnotify(dev, (POLLERR|POLLHUP));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user