summaryrefslogtreecommitdiff
path: root/nuttx/lib/stdio/lib_libfflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/stdio/lib_libfflush.c')
-rw-r--r--nuttx/lib/stdio/lib_libfflush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/stdio/lib_libfflush.c b/nuttx/lib/stdio/lib_libfflush.c
index ec1591e7a..fb5a8768e 100644
--- a/nuttx/lib/stdio/lib_libfflush.c
+++ b/nuttx/lib/stdio/lib_libfflush.c
@@ -122,7 +122,7 @@ ssize_t lib_fflush(FAR FILE *stream, bool bforce)
lib_take_semaphore(stream);
- /* Make sure tht the buffer holds valid data */
+ /* Make sure that the buffer holds valid data */
if (stream->fs_bufpos != stream->fs_bufstart)
{