diff options
author | Stefan Weil <weil@mail.berlios.de> | 2010-01-06 18:03:52 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-05 06:22:34 -0500 |
commit | 947af2943576400628bba085eaa6b85143526133 (patch) | |
tree | 0f5ac358d1abcd34c30f53fa1cc3e15160d4d0e5 /arch/blackfin | |
parent | 3d956d1dfffef3b19d743aa1a443ab5a300051cb (diff) |
Fix spelling of 'platform' in comments and doc
Replace platfrom -> platform.
This is a frequent spelling bug.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/include/asm/nand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/include/asm/nand.h b/arch/blackfin/include/asm/nand.h index 3ae8b569edfc..3a1e79dfc8d9 100644 --- a/arch/blackfin/include/asm/nand.h +++ b/arch/blackfin/include/asm/nand.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * BF5XX - NAND flash controller platfrom_device info | 2 | * BF5XX - NAND flash controller platform_device info |
3 | * | 3 | * |
4 | * Copyright 2007-2008 Analog Devices, Inc. | 4 | * Copyright 2007-2008 Analog Devices, Inc. |
5 | * | 5 | * |
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | /* struct bf5xx_nand_platform | 9 | /* struct bf5xx_nand_platform |
10 | * | 10 | * |
11 | * define a interface between platfrom board specific code and | 11 | * define a interface between platform board specific code and |
12 | * bf54x NFC driver. | 12 | * bf54x NFC driver. |
13 | * | 13 | * |
14 | * nr_partitions = number of partitions pointed to be partitoons (or zero) | 14 | * nr_partitions = number of partitions pointed to be partitoons (or zero) |