summaryrefslogtreecommitdiff
path: root/nuttx/libc/stdio
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/stdio')
-rw-r--r--nuttx/libc/stdio/lib_feof.c2
-rw-r--r--nuttx/libc/stdio/lib_sscanf.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/libc/stdio/lib_feof.c b/nuttx/libc/stdio/lib_feof.c
index e036398fd..aa971ed00 100644
--- a/nuttx/libc/stdio/lib_feof.c
+++ b/nuttx/libc/stdio/lib_feof.c
@@ -58,7 +58,7 @@
* stream is at the end of file.
*
* Returned Value:
- * This function will return non-zero if the the file pointer is positioned
+ * This function will return non-zero if the file pointer is positioned
* at the end of file.
*
****************************************************************************/
diff --git a/nuttx/libc/stdio/lib_sscanf.c b/nuttx/libc/stdio/lib_sscanf.c
index e6ba5b5e8..ba323480f 100644
--- a/nuttx/libc/stdio/lib_sscanf.c
+++ b/nuttx/libc/stdio/lib_sscanf.c
@@ -108,7 +108,7 @@ static int findwidth(FAR const char *buf, FAR const char *fmt)
return strcspn(buf, spaces);
}
- /* No.. Another possibility is the the format character is followed by
+ /* No.. Another possibility is the format character is followed by
* some recognizable delimiting value.
*/