summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-04-08 09:53:36 +0900
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-08 22:44:43 +0200
commit5b686a0674e5c42b1b5dfbcefec9b6002a7ae814 (patch)
tree7e603f6cfc492ea87adbbe278821d38f4507be50 /linux
parentaaf066666e5efaf0b5b156eca0a5759096b9dce8 (diff)
Fix typos in comment blocks
[Thomas: fix issues noticed by Arnout: - Rewrap the linux/Config.in paragraph - Revert the "is a toolchain dependency" -> "has a toolchain dependency" change from pkg-generic.mk, as the original was correct.] Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/linux/Config.in b/linux/Config.in
index c83a3f51e..817139ba1 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -288,12 +288,12 @@ if BR2_LINUX_KERNEL_DTS_SUPPORT
# We have mainly three cases when it comes to device tree support:
# 1) We don't want any support at all. Then the ..DTS_SUPPORT
# variable won't be set
-# 2) We want device tree support, so we need the user to enter
-# the device tree name or the the path to the custom device
-# he uses, but the kernel abstracts this from us and only
-# build an image that looks like a regular kernel image. In
-# this case, we only need to derive the kernel image name from
-# the given device tree name, and all the rest is as usual
+# 2) We want device tree support, so we need the user to enter the
+# device tree name or the path to the custom device he uses, but
+# the kernel abstracts this from us and only build an image that
+# looks like a regular kernel image. In this case, we only need
+# to derive the kernel image name from the given device tree
+# name, and all the rest is as usual
# 3) We want device tree support, but the kernel requires us to
# build the device tree blob separately. In this case, some
# more logic will be needed.