summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
diff options
context:
space:
mode:
authorRichard Weinberger2015-07-03 10:36:15 +0200
committerRichard Weinberger2015-10-03 20:09:41 +0200
commit4ebb4c9dcbe88a683b083f03176612ee8e87befb (patch)
tree9f948863ef7cd251677db59b2864282fd5df2562 /drivers/mtd/ubi
parentUBI: Fastmap: Simplify expression (diff)
downloadkernel-qcow2-linux-4ebb4c9dcbe88a683b083f03176612ee8e87befb.tar.gz
kernel-qcow2-linux-4ebb4c9dcbe88a683b083f03176612ee8e87befb.tar.xz
kernel-qcow2-linux-4ebb4c9dcbe88a683b083f03176612ee8e87befb.zip
UBI: Fix typo in comment
While we are here fix a s/beween/between typo. Signed-off-by: Richard Weinberger <richard@nod.at> Acked-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/ubi')
-rw-r--r--drivers/mtd/ubi/ubi-media.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/ubi-media.h b/drivers/mtd/ubi/ubi-media.h
index d0d072e7ccd2..22ed3f627506 100644
--- a/drivers/mtd/ubi/ubi-media.h
+++ b/drivers/mtd/ubi/ubi-media.h
@@ -500,7 +500,7 @@ struct ubi_fm_volhdr {
/* struct ubi_fm_volhdr is followed by one struct ubi_fm_eba records */
/**
- * struct ubi_fm_eba - denotes an association beween a PEB and LEB
+ * struct ubi_fm_eba - denotes an association between a PEB and LEB
* @magic: EBA table magic number
* @reserved_pebs: number of table entries
* @pnum: PEB number of LEB (LEB is the index)