Fix a spelling error in a comment

This commit is contained in:
Gregory Nutt 2015-08-14 08:22:03 -06:00
parent 48107bf073
commit dd7ffa481c
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ static inline int poll_setup(FAR struct pollfd *fds, nfds_t nfds, sem_t *sem)
(void)poll_fdsetup(fds[j].fd, &fds[j], false);
}
/* Indicate an error on the file discriptor */
/* Indicate an error on the file descriptor */
fds[i].revents |= POLLERR;
return ret;