From: Kevin O'Connor Date: Sat, 5 Apr 2014 13:11:45 +0000 (-0400) Subject: Minor - fix some typos in comments. X-Git-Tag: rel-1.7.5-rc1~29 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e9161822c67a518d862e600cb74e26848aeb0a89;p=seabios.git Minor - fix some typos in comments. Signed-off-by: Kevin O'Connor --- diff --git a/src/bregs.h b/src/bregs.h index 3df7d9f..d405263 100644 --- a/src/bregs.h +++ b/src/bregs.h @@ -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 // diff --git a/src/fw/biostables.c b/src/fw/biostables.c index c7d498d..070143d 100644 --- a/src/fw/biostables.c +++ b/src/fw/biostables.c @@ -1,4 +1,4 @@ -// Coreboot interface support. +// Support for manipulating bios tables (pir, mptable, acpi, smbios). // // Copyright (C) 2008,2009 Kevin O'Connor //