include/nuttx/fs/fs.h: Fix a few typos.
This commit is contained in:
parent
53ce088a54
commit
6f00e0848d
@ -436,9 +436,9 @@ struct filelist
|
||||
#endif
|
||||
|
||||
/* The following structure defines the list of files used for standard C I/O.
|
||||
* Note that NuttX can support the standard C APIs without or without buffering
|
||||
* Note that NuttX can support the standard C APIs with or without buffering
|
||||
*
|
||||
* When buffering us used, the following described the usage of the I/O buffer.
|
||||
* When buffering is used, the following describes the usage of the I/O buffer.
|
||||
* The buffer can be used for reading or writing -- but not both at the same time.
|
||||
* An fflush is implied between each change in direction of access.
|
||||
*
|
||||
@ -458,7 +458,7 @@ struct filelist
|
||||
* | RD: Available | WR: bufstart buffer used for writing.
|
||||
* | | RD: Pointer to last buffered read char+1
|
||||
* +----------------------+
|
||||
* <- fs_bufend Points to end end of the buffer+1
|
||||
* <- fs_bufend Points to the end of the buffer+1
|
||||
*/
|
||||
|
||||
#if CONFIG_NFILE_STREAMS > 0
|
||||
|
Loading…
Reference in New Issue
Block a user