summaryrefslogtreecommitdiff
path: root/nuttx/libc/stdio/lib_feof.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/stdio/lib_feof.c')
-rw-r--r--nuttx/libc/stdio/lib_feof.c2
1 files changed, 1 insertions, 1 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.
*
****************************************************************************/