]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/nand/pxa3xx_nand.c
spi: Correct device tree usage in spi_flash_decode_fdt()
[u-boot] / drivers / mtd / nand / pxa3xx_nand.c
index 1565a9a060c44357a567e4b494efbeaa794da9f7..f65b499beb308c9cb6a29c550b280e051699a40e 100644 (file)
@@ -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.