mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 03:05:40 +08:00
Fix a spelling error in a comment
This commit is contained in:
+1
-1
@@ -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);
|
(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;
|
fds[i].revents |= POLLERR;
|
||||||
return ret;
|
return ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user