summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2012-10-25 17:37:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-25 17:43:11 +0200
commitc9a0beb1952a58eec3a5b3b53c132fa8236f7438 (patch)
tree0142b47b32547c09558a44bd108877a7951e6d84 /drivers/mtd
parent8f29343d9d8bdb67ade95967aac2e7c06f1f3bac (diff)
downloadbarebox-c9a0beb1952a58eec3a5b3b53c132fa8236f7438.tar.gz
barebox-c9a0beb1952a58eec3a5b3b53c132fa8236f7438.tar.xz
mtd: ubi: fix typos in comment of build.c
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/ubi/build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/build.c b/drivers/mtd/ubi/build.c
index f2c8923c46..1ea12095c2 100644
--- a/drivers/mtd/ubi/build.c
+++ b/drivers/mtd/ubi/build.c
@@ -701,7 +701,7 @@ static int autoresize(struct ubi_device *ubi, int vol_id)
*
* This function attaches MTD device @mtd_dev to UBI and assign @ubi_num number
* to the newly created UBI device, unless @ubi_num is %UBI_DEV_NUM_AUTO, in
- * which case this function finds a vacant device nubert and assings it
+ * which case this function finds a vacant device number and assigns it
* automatically. Returns the new UBI device number in case of success and a
* negative error code in case of failure.
*