]> xenbits.xensource.com Git - seabios.git/commitdiff
Minor - fix some typos in comments.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 5 Apr 2014 13:11:45 +0000 (09:11 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 5 Apr 2014 13:19:04 +0000 (09:19 -0400)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/bregs.h
src/fw/biostables.c

index 3df7d9f3a01d942f712ffc085153f08ecc616f7a..d4052634584975bdda5a59af56e671bd9a2f3b80 100644 (file)
@@ -1,4 +1,4 @@
-// Structure layout of cpu registers the the bios uses.
+// Structure layout of cpu registers that the bios uses.
 //
 // Copyright (C) 2008  Kevin O'Connor <kevin@koconnor.net>
 //
index c7d498dc31ec96ae0b0726c05095f19a6f43fa48..070143dfc464ca5840cd0a6486ac5476495cbe40 100644 (file)
@@ -1,4 +1,4 @@
-// Coreboot interface support.
+// Support for manipulating bios tables (pir, mptable, acpi, smbios).
 //
 // Copyright (C) 2008,2009  Kevin O'Connor <kevin@koconnor.net>
 //