From e1138c9164c6603d90b1346284c0b773f79d802c Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Fri, 22 Aug 2008 11:33:19 +0000 Subject: [PATCH] Typo: word duplication. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://coreboot.org/repository/coreboot-v3@803 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/geodelx/geodelx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/geodelx/geodelx.c b/arch/x86/geodelx/geodelx.c index a8846b4cc7..276cbcfb63 100644 --- a/arch/x86/geodelx/geodelx.c +++ b/arch/x86/geodelx/geodelx.c @@ -76,7 +76,7 @@ void system_preinit(void) * Bugtool #465 and #609 PCI cache deadlock. * TODO: URL? * - * There is also fix code in cache and PCI functions. This bug is very is + * There is also fix code in cache and PCI functions. This bug is very * pervasive. */ static void pci_deadlock(void)