Skip to content

Commit 66ed86d

Browse files
kbinghamnsekhar
authored andcommitted
ARM: davinci: Fix trivial spelling
The word 'descriptor' is misspelled throughout the tree. Fix it up accordingly: decriptors -> descriptors Reviewed-by: Bartosz Golaszewski <[email protected]> Signed-off-by: Kieran Bingham <[email protected]> [[email protected]: fixed up subject prefix] Signed-off-by: Sekhar Nori <[email protected]>
1 parent fb01eb3 commit 66ed86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-davinci/board-da830-evm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ static struct mtd_partition da830_evm_nand_partitions[] = {
266266
}
267267
};
268268

269-
/* flash bbt decriptors */
269+
/* flash bbt descriptors */
270270
static uint8_t da830_evm_nand_bbt_pattern[] = { 'B', 'b', 't', '0' };
271271
static uint8_t da830_evm_nand_mirror_pattern[] = { '1', 't', 'b', 'B' };
272272

0 commit comments

Comments
 (0)