9
0
Fork 0

trivial: fix typos concerning "instead"

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Uwe Kleine-König 2010-07-01 16:59:22 +02:00 committed by Sascha Hauer
parent 839f900ca2
commit a398a920b6
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ static int do_edit(struct command * cmdtp, int argc, char *argv[])
if (argc != 2)
return COMMAND_ERROR_USAGE;
/* check if we are called as "sedit" insted of "edit" */
/* check if we are called as "sedit" instead of "edit" */
if (*argv[0] == 's')
smartscroll = 1;