From: Michal Simek <michal.simek@xilinx.com>
Date: Fri, 17 Aug 2018 08:16:36 +0000 (+0200)
Subject: dts: Fix typo in OF_LIVE Kconfig help
X-Git-Tag: v2025.01-rc5-pxa1908~3727
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=4adc6605a941bde217abcaf2d86eeb2bd7de6a77;p=u-boot.git

dts: Fix typo in OF_LIVE Kconfig help

Fix typo in Kconfig description.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

diff --git a/dts/Kconfig b/dts/Kconfig
index 43f85c2f6f..8917f42444 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -61,7 +61,7 @@ config OF_LIVE
 	help
 	  Normally U-Boot uses a flat device tree which saves space and
 	  avoids the need to unpack the tree before use. However a flat
-	  tree does not support modifcation from within U-Boot since it
+	  tree does not support modification from within U-Boot since it
 	  can invalidate driver-model device tree offsets. This option
 	  enables a live tree which is available after relocation,
 	  and can be adjusted as needed.