mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
Fix typos in comments
This commit is contained in:
committed by
patacongo
parent
33aaefa2d1
commit
87f2e578ac
+1
-1
@@ -300,7 +300,7 @@ static inline int poll_teardown(FAR struct pollfd *fds, nfds_t nfds,
|
|||||||
* Description:
|
* Description:
|
||||||
* Low-level poll operation based on struct file. This is used both to (1)
|
* 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
|
* 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:
|
* Input Parameters:
|
||||||
* file File structure instance
|
* file File structure instance
|
||||||
|
|||||||
@@ -1257,7 +1257,7 @@ int file_fcntl(FAR struct file *filep, int cmd, ...);
|
|||||||
* Description:
|
* Description:
|
||||||
* Low-level poll operation based on struct file. This is used both to (1)
|
* 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
|
* 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:
|
* Input Parameters:
|
||||||
* file File structure instance
|
* file File structure instance
|
||||||
|
|||||||
Reference in New Issue
Block a user