summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-09-29 03:27:41 +0300
committerTom Rini <trini@konsulko.com>2020-09-29 20:19:08 +0300
commitf644081d388b7ca0d19731eec729b7cd0ded4eec (patch)
treee4eeb9199ff2c3753af6d44a9812ae339a809018 /drivers/video
parent499696e40a3201a2803303f0b4fb7c2a27029c6c (diff)
downloadu-boot-f644081d388b7ca0d19731eec729b7cd0ded4eec.tar.xz
video: typo Normlly
%s/Normlly/Normally/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/console_truetype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/console_truetype.c b/drivers/video/console_truetype.c
index 22b2ea7191..8205413d2a 100644
--- a/drivers/video/console_truetype.c
+++ b/drivers/video/console_truetype.c
@@ -432,7 +432,7 @@ static int console_truetype_backspace(struct udevice *dev)
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
* line, we clear from the end of the line.
*/