From: Haolin Li <li.haolin@qq.com>
Date: Sun, 18 Jul 2021 02:13:39 +0000 (+0800)
Subject: mtd: nand: Fix typo in MXC Kconfig symbol description
X-Git-Tag: v2025.01-rc5-pxa1908~1673^2~59
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=7d4541cdfbf9697c39e720690f13b9c02d3c7555;p=u-boot.git

mtd: nand: Fix typo in MXC Kconfig symbol description

Trivial typo fix.

Signed-off-by: Haolin Li <li.haolin@qq.com>
Reviewed-by: Michal Simek <michal.simek@xilinx.com>
---

diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index 790ee34403..d4da639dd1 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -369,7 +369,7 @@ config NAND_MXC
 	imply CMD_NAND
 	help
 	  This enables the NAND driver for the NAND flash controller on the
-	  i.MX27 / i.MX31 / i.MX5 rocessors.
+	  i.MX27 / i.MX31 / i.MX5 processors.
 
 config NAND_MXS
 	bool "MXS NAND support"