Simple maintenance improvements (#145)

* Fix typos

* Add missing final newline

* Trim trailing whitespace
This commit is contained in:
a1346054
2022-08-15 17:51:48 +02:00
committed by GitHub
parent 148dfd4d54
commit 9660eead4e
14 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ void addr_error(testword_t *addr1, testword_t *addr2, testword_t good, testword_
void data_error(testword_t *addr, testword_t good, testword_t bad, bool use_for_badram)
{
#if USB_WORKAROUND
/* Skip any errrors that appear to be due to the BIOS using location
/* Skip any errors that appear to be due to the BIOS using location
* 0x4e0 for USB keyboard support. This often happens with Intel
* 810, 815 and 820 chipsets. It is possible that we will skip
* a real error but the odds are very low.
+1 -1
View File
@@ -196,7 +196,7 @@ void interrupt(struct trap_regs *trap_regs)
clear_screen_region(ROW_FOOTER, 0, ROW_FOOTER, SCREEN_WIDTH - 1);
prints(ROW_FOOTER, 0, "Press any key to reboot...");
while (get_key() == 0) { }
reboot();
}