From 1b25e586cbdc2f3127be785e8b63248eca82b45b Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 24 Nov 2015 14:46:24 -0800 Subject: Fix typo: firstly -> first. Signed-off-by: Vagrant Cascadian Acked-by: Marek Vasut --- drivers/mtd/nand/pxa3xx_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/mtd/nand') diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c index 1565a9a060..f65b499beb 100644 --- a/drivers/mtd/nand/pxa3xx_nand.c +++ b/drivers/mtd/nand/pxa3xx_nand.c @@ -451,7 +451,7 @@ static void pxa3xx_set_datasize(struct pxa3xx_nand_info *info, } /** - * NOTE: it is a must to set ND_RUN firstly, then write + * NOTE: it is a must to set ND_RUN first, then write * command buffer, otherwise, it does not work. * We enable all the interrupt at the same time, and * let pxa3xx_nand_irq to handle all logic. -- cgit v1.2.1