Fix a spelling error in a comment
This commit is contained in:
parent
48107bf073
commit
dd7ffa481c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue