Fix some typos

This commit is contained in:
Gregory Nutt 2014-10-29 10:48:50 -06:00
parent b388511137
commit 5120d745fd
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}