diff mbox series

[1/1] video: typo Normlly

Message ID 20200929002741.145296-1-xypron.glpk@gmx.de
State Accepted
Commit f644081d388b7ca0d19731eec729b7cd0ded4eec
Delegated to: Tom Rini
Headers show
Series [1/1] video: typo Normlly | expand

Commit Message

Heinrich Schuchardt Sept. 29, 2020, 12:27 a.m. UTC
%s/Normlly/Normally/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 drivers/video/console_truetype.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.28.0

Comments

Tom Rini Sept. 30, 2020, 12:50 p.m. UTC | #1
On Tue, Sep 29, 2020 at 02:27:41AM +0200, Heinrich Schuchardt wrote:

> %s/Normlly/Normally/
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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.
 	 */