Skip to content

Commit

Permalink
Fix typo in init.c
Browse files Browse the repository at this point in the history
  • Loading branch information
q3k committed Jan 18, 2016
1 parent 5b4acae commit 08da11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.c
Expand Up @@ -183,7 +183,7 @@ static void display_init(void)
serial_echo_print("");
serial_echo_print("");
serial_echo_print("");
/* Clear screen & set background to blue */
/* Clear screen & set background to dank */
for(i=0, pp=(char *)(SCREEN_ADR); i<80*24; i++) {
*pp++ = ' ';
// memetest: don't clear background
Expand Down

0 comments on commit 08da11e

Please sign in to comment.