aboutsummaryrefslogtreecommitdiff
path: root/src/pc80
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2004-03-17 22:40:12 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2004-03-17 22:40:12 +0000
commite74ff463c488acdc300a9486b4f1b749e841a30d (patch)
tree212ec5138660d45a59b8d01f0cdafa636143ead3 /src/pc80
parentbe392c8fe8f53419abb2d5f25c17191b078dc54d (diff)
typo
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1432 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/pc80')
-rw-r--r--src/pc80/ide/ide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pc80/ide/ide.c b/src/pc80/ide/ide.c
index c1475c1ac9..eab879bc32 100644
--- a/src/pc80/ide/ide.c
+++ b/src/pc80/ide/ide.c
@@ -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) {