diff options
| author | Marcel Ziswiler <marcel@ziswiler.com> | 2007-12-30 03:30:56 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-01-09 21:50:47 +0100 | 
| commit | 10c7382bc5d5e64c47f94ac2ca78cc574442e82d (patch) | |
| tree | e4717850c2c115adae392015cf8ae8d5000b9d22 /doc/README.nand | |
| parent | 7817cb2083d982923752fe0f12b67c0e7c09a027 (diff) | |
| download | olio-uboot-2014.01-10c7382bc5d5e64c47f94ac2ca78cc574442e82d.tar.xz olio-uboot-2014.01-10c7382bc5d5e64c47f94ac2ca78cc574442e82d.zip | |
fix various comments
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'doc/README.nand')
| -rw-r--r-- | doc/README.nand | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/doc/README.nand b/doc/README.nand index c5c5ef29e..647a6b8e6 100644 --- a/doc/README.nand +++ b/doc/README.nand @@ -79,7 +79,7 @@ Commands:     nand write.jffs2 addr ofs|partition size        Like `write', but blocks that are marked bad are skipped and the -      is written to the next block instead. This allows writing writing +      data is written to the next block instead. This allows writing        a JFFS2 image, as long as the image is short enough to fit even        after skipping the bad blocks. Compact images, such as those        produced by mkfs.jffs2 should work well, but loading an image copied |