summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ad88325e..9db52a80d 100644
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,7 @@ else
$(shell echo BR2_EXTERNAL ?= $(BR2_EXTERNAL) > $(BR2_EXTERNAL_FILE))
endif
-# To make sure the the environment variable overrides the .config option,
+# To make sure that the environment variable overrides the .config option,
# set this before including .config.
ifneq ($(BR2_DL_DIR),)
DL_DIR := $(BR2_DL_DIR)