summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorGray Remlin <gryrmln@gmail.com>2013-02-06 10:59:38 +0000
committerTom Rini <trini@ti.com>2013-03-11 17:00:28 -0400
commitc08349e77c2353f23397ff60b6faec3cd0304061 (patch)
treedc4b8c79a837d04ef3f0a530255fcf8763d43de4 /drivers
parent7c9e89bd1f62ccd76eee8ad4c36185057576dd95 (diff)
mvsata_ide.c: Correction of typo in comments
Signed-off-by: Gray Remlin <gryrmln@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/block/mvsata_ide.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/mvsata_ide.c b/drivers/block/mvsata_ide.c
index a88d0f7f83..42c177fe45 100644
--- a/drivers/block/mvsata_ide.c
+++ b/drivers/block/mvsata_ide.c
@@ -56,8 +56,8 @@ struct mvsata_port_registers {
* Sanity checks:
* - to compile at all, we need CONFIG_SYS_ATA_BASE_ADDR.
* - for ide_preinit to make sense, we need at least one of
- * CONFIG_SYS_ATA_IDE0_OFFSET or CONFIG_SYS_ATA_IDE0_OFFSET;
- * - for inde_preinit to be called, we need CONFIG_IDE_PREINIT.
+ * CONFIG_SYS_ATA_IDE0_OFFSET or CONFIG_SYS_ATA_IDE1_OFFSET;
+ * - for ide_preinit to be called, we need CONFIG_IDE_PREINIT.
* Fail with an explanation message if these conditions are not met.
* This is particularly important for CONFIG_IDE_PREINIT, because
* its lack would not cause a build error.