diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-07-05 02:18:34 +0200 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-07-04 20:24:11 -0400 |
commit | 8f1a866fc6831f13593fae6194e3150d45976628 (patch) | |
tree | 8dc33614854d52a57e25d2b6c378f104542862a0 /drivers/mtd/chips | |
parent | 14c6381ee46b32b9b38073cd023b618ab4f60629 (diff) | |
download | talos-obmc-linux-8f1a866fc6831f13593fae6194e3150d45976628.tar.gz talos-obmc-linux-8f1a866fc6831f13593fae6194e3150d45976628.zip |
[MTD] [CHIPS] fix tiny spelling error in comment in cfi_cmdset_0001.c
Trivial fix of a spelling error in a comment in cfi_cmdset_0001.c
s/ships/chips/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/chips')
-rw-r--r-- | drivers/mtd/chips/cfi_cmdset_0001.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/chips/cfi_cmdset_0001.c b/drivers/mtd/chips/cfi_cmdset_0001.c index f838be2259b7..39eff9ff575c 100644 --- a/drivers/mtd/chips/cfi_cmdset_0001.c +++ b/drivers/mtd/chips/cfi_cmdset_0001.c @@ -526,7 +526,7 @@ static int cfi_intelext_partition_fixup(struct mtd_info *mtd, struct cfi_pri_intelext *extp = cfi->cmdset_priv; /* - * Probing of multi-partition flash ships. + * Probing of multi-partition flash chips. * * To support multiple partitions when available, we simply arrange * for each of them to have their own flchip structure even if they |