Fixed minor typo

This commit is contained in:
Stefan 2025-05-02 16:46:27 +02:00 committed by GitHub
parent 12e832ebd3
commit 9e9494ebf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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