Skip to content
Snippets Groups Projects
Commit dd7ffa48 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix a spelling error in a comment

parent 48107bf0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment