diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-06-29 06:21:37 -0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-07-02 18:17:15 -0400 |
commit | 29f63f65cc327d87e7ced987d9e4c58b1ede9bf7 (patch) | |
tree | 842fb98de31d6084f37f949bb53ea75c996d276b /drivers/mtd | |
parent | adddcac0a2683b93c106c6297c7c7e66498bcdde (diff) |
mtd: cmdlinepart: Spelling s/trucate/truncate/
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Brian Norris <computersforpeace@gmail.com>
Cc: linux-mtd@lists.infradead.org
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/cmdlinepart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/cmdlinepart.c b/drivers/mtd/cmdlinepart.c index 3e829b37af8d..c8503006f17a 100644 --- a/drivers/mtd/cmdlinepart.c +++ b/drivers/mtd/cmdlinepart.c | |||
@@ -26,7 +26,7 @@ | |||
26 | * <mtd-id> := unique name used in mapping driver/device (mtd->name) | 26 | * <mtd-id> := unique name used in mapping driver/device (mtd->name) |
27 | * <size> := standard linux memsize OR "-" to denote all remaining space | 27 | * <size> := standard linux memsize OR "-" to denote all remaining space |
28 | * size is automatically truncated at end of device | 28 | * size is automatically truncated at end of device |
29 | * if specified or trucated size is 0 the part is skipped | 29 | * if specified or truncated size is 0 the part is skipped |
30 | * <offset> := standard linux memsize | 30 | * <offset> := standard linux memsize |
31 | * if omitted the part will immediately follow the previous part | 31 | * if omitted the part will immediately follow the previous part |
32 | * or 0 if the first part | 32 | * or 0 if the first part |