From 6a79e47a66fcc0d38cffca54b862a1efa19eb822 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 28 Mar 2012 16:06:56 +0000 Subject: NX console updates git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4534 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/stdio/lib_libfflush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/lib/stdio') 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) { -- cgit v1.2.3