summaryrefslogtreecommitdiffstats
path: root/nand_spl/nand_boot.c
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2007-12-30 03:30:56 +0100
committerWolfgang Denk <wd@denx.de>2008-01-09 21:50:47 +0100
commit10c7382bc5d5e64c47f94ac2ca78cc574442e82d (patch)
treee4717850c2c115adae392015cf8ae8d5000b9d22 /nand_spl/nand_boot.c
parent7817cb2083d982923752fe0f12b67c0e7c09a027 (diff)
downloadblackbird-obmc-uboot-10c7382bc5d5e64c47f94ac2ca78cc574442e82d.tar.gz
blackbird-obmc-uboot-10c7382bc5d5e64c47f94ac2ca78cc574442e82d.zip
fix various comments
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'nand_spl/nand_boot.c')
-rw-r--r--nand_spl/nand_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nand_spl/nand_boot.c b/nand_spl/nand_boot.c
index 840a596596..e2147cb909 100644
--- a/nand_spl/nand_boot.c
+++ b/nand_spl/nand_boot.c
@@ -73,7 +73,7 @@ static int nand_is_bad_block(struct mtd_info *mtd, int block)
nand_command(mtd, block, 0, CFG_NAND_BAD_BLOCK_POS, NAND_CMD_READOOB);
/*
- * Read on byte
+ * Read one byte
*/
if (this->read_byte(mtd) != 0xff)
return 1;
OpenPOWER on IntegriCloud