Fixed minor typo
This commit is contained in:
parent
12e832ebd3
commit
9e9494ebf9
|
@ -27,7 +27,7 @@ ScreenRow * const color = (ScreenRow *)0xd800;
|
||||||
// Move the screen one character to the left
|
// Move the screen one character to the left
|
||||||
void scrollLeft(void)
|
void scrollLeft(void)
|
||||||
{
|
{
|
||||||
// Loop horizontaly
|
// Loop horizontally
|
||||||
for(char x=0; x<39; x++)
|
for(char x=0; x<39; x++)
|
||||||
{
|
{
|
||||||
// Unroll vertical loop 16 times
|
// Unroll vertical loop 16 times
|
||||||
|
|
Loading…
Reference in New Issue