This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 87f2e578accea3b37d9a456d9a9cefde7461239e Author: YAMAMOTO Takashi <[email protected]> AuthorDate: Mon Apr 13 23:41:12 2020 +0900 Fix typos in comments --- fs/vfs/fs_poll.c | 2 +- include/nuttx/fs/fs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/vfs/fs_poll.c b/fs/vfs/fs_poll.c index f6098f4..da3a2bc 100644 --- a/fs/vfs/fs_poll.c +++ b/fs/vfs/fs_poll.c @@ -300,7 +300,7 @@ static inline int poll_teardown(FAR struct pollfd *fds, nfds_t nfds, * Description: * Low-level poll operation based on struct file. This is used both to (1) * support detached file, and also (2) by fdesc_poll() to perform all - * normal operations on file descriptors descriptors. + * normal operations on file descriptors. * * Input Parameters: * file File structure instance diff --git a/include/nuttx/fs/fs.h b/include/nuttx/fs/fs.h index b161cb5..0b83d16 100644 --- a/include/nuttx/fs/fs.h +++ b/include/nuttx/fs/fs.h @@ -1257,7 +1257,7 @@ int file_fcntl(FAR struct file *filep, int cmd, ...); * Description: * Low-level poll operation based on struct file. This is used both to (1) * support detached file, and also (2) by fdesc_poll() to perform all - * normal operations on file descriptors descriptors. + * normal operations on file descriptors. * * Input Parameters: * file File structure instance
