mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +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);
|
||||
}
|
||||
|
||||
/* Indicate an error on the file discriptor */
|
||||
/* Indicate an error on the file descriptor */
|
||||
|
||||
fds[i].revents |= POLLERR;
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user