typo
authorGreg Watson <jarrah@users.sourceforge.net>
Wed, 17 Mar 2004 22:40:12 +0000 (22:40 +0000)
committerGreg Watson <jarrah@users.sourceforge.net>
Wed, 17 Mar 2004 22:40:12 +0000 (22:40 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1432 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/pc80/ide/ide.c

index c1475c1ac9f18ad75ce6318a5bd6eda2e091317c..eab879bc32371094550588e1a2a87f0de9e5ff79 100644 (file)
@@ -891,7 +891,7 @@ static int find_ide_controller(struct controller *ctrl, int ctrl_index)
 
        /* See how this controller is configured */
        mask = (ctrl_index & 1) ? 4 : 1;
-       printk_debug("%s channel: ", (ctrl_index & 1) ? "secodary" : "primary");
+       printk_debug("%s channel: ", (ctrl_index & 1) ? "secondary" : "primary");
        if (prog_if & mask) {
                printk_debug("native PCI mode\n");
                if ((ctrl_index & 1) == 0) {