From 6f00e0848db389088ff2ec3e3acb0e39290b62be Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 31 Dec 2018 12:28:17 -0600 Subject: [PATCH] include/nuttx/fs/fs.h: Fix a few typos. --- include/nuttx/fs/fs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/nuttx/fs/fs.h b/include/nuttx/fs/fs.h index 855a2523a41..51066ee3ed1 100644 --- a/include/nuttx/fs/fs.h +++ b/include/nuttx/fs/fs.h @@ -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