Commit f644081d authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Tom Rini
Browse files

video: typo Normlly



%s/Normlly/Normally/
Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 499696e4
...@@ -432,7 +432,7 @@ static int console_truetype_backspace(struct udevice *dev) ...@@ -432,7 +432,7 @@ static int console_truetype_backspace(struct udevice *dev)
pos = &priv->pos[--priv->pos_ptr]; pos = &priv->pos[--priv->pos_ptr];
/* /*
* Figure out the end position for clearing. Normlly it is the current * Figure out the end position for clearing. Normally it is the current
* cursor position, but if we are clearing a character on the previous * cursor position, but if we are clearing a character on the previous
* line, we clear from the end of the line. * line, we clear from the end of the line.
*/ */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment