diff options
author | Andrew F. Davis <afd@ti.com> | 2017-01-05 14:44:49 -0600 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-03-24 15:33:32 +0100 |
commit | 2fae13124faadf08e597924b7d0e6c8a9a12681e (patch) | |
tree | 9dfbd8821b85a79ba8b233d71eaf783260a3f469 /drivers/mtd/ubi/io.c | |
parent | 12f54139d83250fe46e8cb5399ad16804c7aaf1e (diff) |
UBI: Fix typos
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/mtd/ubi/io.c')
-rw-r--r-- | drivers/mtd/ubi/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/io.c b/drivers/mtd/ubi/io.c index b6fb8f945c21..8290432017ce 100644 --- a/drivers/mtd/ubi/io.c +++ b/drivers/mtd/ubi/io.c @@ -45,7 +45,7 @@ * About minimal I/O units. In general, UBI assumes flash device model where * there is only one minimal I/O unit size. E.g., in case of NOR flash it is 1, * in case of NAND flash it is a NAND page, etc. This is reported by MTD in the - * @ubi->mtd->writesize field. But as an exception, UBI admits of using another + * @ubi->mtd->writesize field. But as an exception, UBI admits use of another * (smaller) minimal I/O unit size for EC and VID headers to make it possible * to do different optimizations. * |