From dd7ffa481c683d7f80f1c5f7b4f9428159550e91 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 14 Aug 2015 08:22:03 -0600 Subject: [PATCH] Fix a spelling error in a comment --- fs/vfs/fs_poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/vfs/fs_poll.c b/fs/vfs/fs_poll.c index d7b8da4e94..10852e7d91 100644 --- a/fs/vfs/fs_poll.c +++ b/fs/vfs/fs_poll.c @@ -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;