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@coresystems.de Acked-by: Stefan Reinauer stepan@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) {