[PATCH 2/7] bios: mtrr: fix spelling mistake
Colin King
colin.king at canonical.com
Thu Jul 18 08:02:56 UTC 2013
From: Colin Ian King <colin.king at canonical.com>
initalization --> initialization
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
src/bios/mtrr/mtrr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bios/mtrr/mtrr.c b/src/bios/mtrr/mtrr.c
index 38f89fb..15ed37c 100644
--- a/src/bios/mtrr/mtrr.c
+++ b/src/bios/mtrr/mtrr.c
@@ -493,7 +493,7 @@ static int mtrr_test3(fwts_framework *fw)
"\"BIOS and Kernel Developer's Guide for the AMD Athlon 64 and AMD "
"Opteron Processors\" (26094 Rev. 3.30 February 2006), section "
"\"13.2.1.2 SYSCFG Register\": \"The MtrrFixDramModEn bit should be set "
- "to 1 during BIOS initalization of the fixed MTRRs, then cleared to "
+ "to 1 during BIOS initialization of the fixed MTRRs, then cleared to "
"0 for operation.\"");
fwts_tag_failed(fw, FWTS_TAG_BIOS);
}
--
1.8.1.2
More information about the fwts-devel
mailing list