Fix typos in comments

This commit is contained in:
YAMAMOTO Takashi 2020-04-13 23:41:12 +09:00 committed by patacongo
parent 33aaefa2d1
commit 87f2e578ac
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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