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