Skip to content
Snippets Groups Projects
Commit c409336d authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Tom Rini
Browse files

usbtty: fix typos


Fix typos in USB tty driver.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 3b306c37
No related branches found
No related tags found
No related merge requests found
......@@ -525,7 +525,7 @@ int drv_usbtty_init (void)
char * tt;
int snlen;
/* Ger seiral number */
/* Get serial number */
sn = env_get("serial#");
if (!sn)
sn = "000000000000";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment