From: Heinrich Schuchardt Date: Tue, 29 Sep 2020 00:27:41 +0000 (+0200) Subject: video: typo Normlly X-Git-Tag: v2020.10~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f644081d388b7ca0d19731eec729b7cd0ded4eec;p=pandora-u-boot.git video: typo Normlly %s/Normlly/Normally/ Signed-off-by: Heinrich Schuchardt --- diff --git a/drivers/video/console_truetype.c b/drivers/video/console_truetype.c index 22b2ea7191e..8205413d2ab 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. */