From 9b1d2f49786f82c9410eb55777212bb1f7bbd6b0 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 11 Dec 2007 01:24:52 +0000 Subject: [PATCH] This is a trivial patch to correct a spelling error in a comment. Signed-off-by: Ronald G. Minnich Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@542 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- mainboard/pcengines/alix1c/initram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainboard/pcengines/alix1c/initram.c b/mainboard/pcengines/alix1c/initram.c index fa74802db3..82380596f5 100644 --- a/mainboard/pcengines/alix1c/initram.c +++ b/mainboard/pcengines/alix1c/initram.c @@ -93,7 +93,7 @@ u8 spd_read_byte(u16 device, u8 address) } /** - * Place holder in case we ever need it. Since this file is a + * Placeholder in case we ever need it. Since this file is a * template for other motherboards, we want this here and we want the * call in the right place. */