File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ int main(int argc, FAR char *argv[])
129129 fputs (_ ("-u Output all tokens in uppercase\n" ),
130130 stdout );
131131 fputs (_ ("-h Display this help and exit\n" ), stdout );
132- fputs (_ ("-V Ooutput version information and exit\n" ),
132+ fputs (_ ("-V Output version information and exit\n" ),
133133 stdout );
134134 exit (0 );
135135 }
Original file line number Diff line number Diff line change 2222
2323/****************************************************************************
2424 *
25- * This file was taken from Mini Basic, versino 1.0 developed by Malcolm
25+ * This file was taken from Mini Basic, version 1.0 developed by Malcolm
2626 * McLean, Leeds University. Mini Basic version 1.0 was released the
2727 * Creative Commons Attribution license which, from my reading, appears to
2828 * be compatible with the NuttX license:
@@ -990,7 +990,7 @@ static int doif(void)
990990 * Name: dogoto
991991 *
992992 * Description:
993- * The GOTO satement
993+ * The GOTO statement
994994 * Returns new line number
995995 *
996996 ****************************************************************************/
@@ -3804,7 +3804,7 @@ static int isstring(int tokenid)
38043804 * Description:
38053805 * Get a numerical value from the parse string
38063806 * Params: str - the string to search
3807- * len - return pinter for no chars read
3807+ * len - return pointer for no chars read
38083808 * Returns: the value of the string.
38093809 *
38103810 ****************************************************************************/
Original file line number Diff line number Diff line change 2222
2323/****************************************************************************
2424 *
25- * This file was taken from Mini Basic, versino 1.0 developed by Malcolm
25+ * This file was taken from Mini Basic, version 1.0 developed by Malcolm
2626 * McLean, Leeds University. Mini Basic version 1.0 was released the
2727 * Creative Commons Attribution license which, from my reading, appears to
2828 * be compatible with the NuttX BSD-style license:
You can’t perform that action at this time.
0 commit comments