mtd: nand_bch: fix spelling of "probably"

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon May 23 21:59:26 PDT 2016


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=3603ea0aeed7dc2b54144b5913eb303173361123
Commit:     3603ea0aeed7dc2b54144b5913eb303173361123
Parent:     2cbaf5491cb7095252c72e74e79863b75ad2d8d0
Author:     Brian Norris <computersforpeace at gmail.com>
AuthorDate: Fri May 6 09:31:18 2016 -0700
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Fri May 6 09:45:45 2016 -0700

    mtd: nand_bch: fix spelling of "probably"
    
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
    Acked-by: Boris Brezillon <boris.brezillon at free-electrons.com>
---
 drivers/mtd/nand/nand_bch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/nand_bch.c b/drivers/mtd/nand/nand_bch.c
index 28ef7b1..44763f8 100644
--- a/drivers/mtd/nand/nand_bch.c
+++ b/drivers/mtd/nand/nand_bch.c
@@ -175,7 +175,7 @@ struct nand_bch_control *nand_bch_init(struct mtd_info *mtd)
 	 * which is called by mtd_ooblayout_count_eccbytes().
 	 * Make sure they are properly initialized before calling
 	 * mtd_ooblayout_count_eccbytes().
-	 * FIXME: we should probaly rework the sequencing in nand_scan_tail()
+	 * FIXME: we should probably rework the sequencing in nand_scan_tail()
 	 * to avoid setting those fields twice.
 	 */
 	nand->ecc.steps = eccsteps;



More information about the linux-mtd-cvs mailing list