]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
video: typo Normlly
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 29 Sep 2020 00:27:41 +0000 (02:27 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 29 Sep 2020 17:19:08 +0000 (13:19 -0400)
%s/Normlly/Normally/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/video/console_truetype.c

index 22b2ea7191ef0bc624d8114f8a1af43a79d154ec..8205413d2abe5d74111416f0f67d128c230c71e8 100644 (file)
@@ -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.
         */