[coreboot] r44 - trunk/filo-0.5/drivers

svn at coreboot.org svn at coreboot.org
Thu Mar 13 03:25:53 CET 2008


Author: stepan
Date: 2008-03-13 03:25:53 +0100 (Thu, 13 Mar 2008)
New Revision: 44

Modified:
   trunk/filo-0.5/drivers/ide.c
Log:
fix typo (trivial)

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/filo-0.5/drivers/ide.c
===================================================================
--- trunk/filo-0.5/drivers/ide.c	2008-03-13 00:49:25 UTC (rev 43)
+++ trunk/filo-0.5/drivers/ide.c	2008-03-13 02:25:53 UTC (rev 44)
@@ -1117,7 +1117,7 @@
 
 	/* See how this controller is configured */
 	mask = (ctrl_index & 1) ? 4 : 1;
-	debug("%s channel: ", (ctrl_index & 1) ? "secodary" : "primary");
+	debug("%s channel: ", (ctrl_index & 1) ? "secondary" : "primary");
 	if ((dev->prog_if & mask) || (dev->devclass != 0x0101)) {
 		debug("native PCI mode\n");
 		if ((ctrl_index & 1) == 0) {





More information about the coreboot mailing list