Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Forks
U-Boot
Commits
f644081d
Commit
f644081d
authored
Sep 29, 2020
by
Heinrich Schuchardt
Committed by
Tom Rini
Sep 29, 2020
Browse files
video: typo Normlly
%s/Normlly/Normally/ Signed-off-by:
Heinrich Schuchardt
<
xypron.glpk@gmx.de
>
parent
499696e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/video/console_truetype.c
drivers/video/console_truetype.c
+1
-1
No files found.
drivers/video/console_truetype.c
View file @
f644081d
...
@@ -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. Norm
a
lly 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.
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment