Fix typos in comments
This commit is contained in:
parent
33aaefa2d1
commit
87f2e578ac
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user