summaryrefslogtreecommitdiff
path: root/nuttx/libc
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc')
-rw-r--r--nuttx/libc/misc/lib_kbddecode.c2
-rw-r--r--nuttx/libc/misc/lib_slcddecode.c2
-rw-r--r--nuttx/libc/stdio/lib_feof.c2
-rw-r--r--nuttx/libc/stdio/lib_sscanf.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/libc/misc/lib_kbddecode.c b/nuttx/libc/misc/lib_kbddecode.c
index 4e7379832..7bbf64062 100644
--- a/nuttx/libc/misc/lib_kbddecode.c
+++ b/nuttx/libc/misc/lib_kbddecode.c
@@ -255,7 +255,7 @@ int kbd_decode(FAR struct lib_instream_s *stream,
}
}
- /* We have successfully parsed the the entire escape sequence. Return the
+ /* We have successfully parsed the entire escape sequence. Return the
* keyboard value in pch and the value an indication determined by the
* terminating character.
*/
diff --git a/nuttx/libc/misc/lib_slcddecode.c b/nuttx/libc/misc/lib_slcddecode.c
index 7a413c02c..72c36874f 100644
--- a/nuttx/libc/misc/lib_slcddecode.c
+++ b/nuttx/libc/misc/lib_slcddecode.c
@@ -391,7 +391,7 @@ enum slcdret_e slcd_decode(FAR struct lib_instream_s *stream,
}
}
- /* We have successfully parsed the the entire escape sequence. Return the
+ /* We have successfully parsed the entire escape sequence. Return the
* CLCD value in pch, return the count in parg, and an indication that this
* is a special action.
*/
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.
*/