Переглянути джерело

Fix typo: commmand -> command.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Vagrant Cascadian 8 роки тому
батько
коміт
3f42dc87b4

+ 1 - 1
doc/README.nand

@@ -94,7 +94,7 @@ Configuration Options:
 	address of u-boot MTD partition in NAND.
 	address of u-boot MTD partition in NAND.
 
 
    CONFIG_CMD_NAND
    CONFIG_CMD_NAND
-      Enables NAND support and commmands.
+      Enables NAND support and commands.
 
 
    CONFIG_CMD_NAND_TORTURE
    CONFIG_CMD_NAND_TORTURE
       Enables the torture command (see description of this command below).
       Enables the torture command (see description of this command below).

+ 1 - 1
doc/README.update

@@ -51,7 +51,7 @@ the mkimage tool. dtc tool with support for binary includes, e.g. in version
 to be prepared. Refer to the doc/uImage.FIT/ directory for more details on FIT
 to be prepared. Refer to the doc/uImage.FIT/ directory for more details on FIT
 images.
 images.
 
 
-This mechanism can be also triggered by the commmand "fitupd".
+This mechanism can be also triggered by the command "fitupd".
 If an optional, non-zero address is provided as argument, the TFTP transfer
 If an optional, non-zero address is provided as argument, the TFTP transfer
 is skipped and the image at this address is used.
 is skipped and the image at this address is used.
 The fitupd command is enabled by CONFIG_CMD_FITUPD.
 The fitupd command is enabled by CONFIG_CMD_FITUPD.

+ 2 - 2
drivers/block/ahci.c

@@ -818,7 +818,7 @@ static int ata_scsiop_read_capacity10(ccb *pccb)
 	if (!ataid[pccb->target]) {
 	if (!ataid[pccb->target]) {
 		printf("scsi_ahci: SCSI READ CAPACITY10 command failure. "
 		printf("scsi_ahci: SCSI READ CAPACITY10 command failure. "
 		       "\tNo ATA info!\n"
 		       "\tNo ATA info!\n"
-		       "\tPlease run SCSI commmand INQUIRY firstly!\n");
+		       "\tPlease run SCSI command INQUIRY firstly!\n");
 		return -EPERM;
 		return -EPERM;
 	}
 	}
 
 
@@ -847,7 +847,7 @@ static int ata_scsiop_read_capacity16(ccb *pccb)
 	if (!ataid[pccb->target]) {
 	if (!ataid[pccb->target]) {
 		printf("scsi_ahci: SCSI READ CAPACITY16 command failure. "
 		printf("scsi_ahci: SCSI READ CAPACITY16 command failure. "
 		       "\tNo ATA info!\n"
 		       "\tNo ATA info!\n"
-		       "\tPlease run SCSI commmand INQUIRY firstly!\n");
+		       "\tPlease run SCSI command INQUIRY firstly!\n");
 		return -EPERM;
 		return -EPERM;
 	}
 	}
 
 

+ 1 - 1
drivers/block/fsl_sata.c

@@ -398,7 +398,7 @@ static int fsl_ata_exec_ata_cmd(struct fsl_sata *sata, struct sata_fis_h2d *cfis
 	debug("attribute = %08x\n\r", val32);
 	debug("attribute = %08x\n\r", val32);
 	cmd_hdr->attribute = cpu_to_le32(val32);
 	cmd_hdr->attribute = cpu_to_le32(val32);
 
 
-	/* Make sure cmd desc and cmd slot valid before commmand issue */
+	/* Make sure cmd desc and cmd slot valid before command issue */
 	sync();
 	sync();
 
 
 	/* PMP*/
 	/* PMP*/

+ 1 - 1
include/configs/astro_mcf5373l.h

@@ -57,7 +57,7 @@
 #define ENABLE_JFFS	1
 #define ENABLE_JFFS	1
 #endif
 #endif
 
 
-/* Define which commmands should be available at u-boot command prompt */
+/* Define which commands should be available at u-boot command prompt */
 
 
 #define CONFIG_CMD_CACHE
 #define CONFIG_CMD_CACHE
 #define CONFIG_CMD_DATE
 #define CONFIG_CMD_DATE