You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/04/13 15:50:44 UTC

[incubator-nuttx] 01/02: Fix typos in comments

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 <ya...@midokura.com>
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