summaryrefslogtreecommitdiff
path: root/nuttx/lib/stdio/lib_gets.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/stdio/lib_gets.c')
-rw-r--r--nuttx/lib/stdio/lib_gets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/stdio/lib_gets.c b/nuttx/lib/stdio/lib_gets.c
index 33ae48aaa..20b2906df 100644
--- a/nuttx/lib/stdio/lib_gets.c
+++ b/nuttx/lib/stdio/lib_gets.c
@@ -99,7 +99,7 @@
FAR char *gets(FAR char *s)
{
/* gets is ALMOST the same as fgets using stdin and no
- * lenght limit (hence, the unsafeness of gets). So let
+ * length limit (hence, the unsafeness of gets). So let
* fgets do most of the work.
*/