]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mvsata_ide.c: Correction of typo in comments
authorGray Remlin <gryrmln@gmail.com>
Wed, 6 Feb 2013 10:59:38 +0000 (10:59 +0000)
committerTom Rini <trini@ti.com>
Mon, 11 Mar 2013 21:00:28 +0000 (17:00 -0400)
Signed-off-by: Gray Remlin <gryrmln@gmail.com>
drivers/block/mvsata_ide.c

index a88d0f7f83995dd3465f8becf20869d6aa8051a4..42c177fe455b1976ecb13ca366549bfb51b11b4f 100644 (file)
@@ -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.