diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-04-08 09:53:36 +0900 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-08 22:44:43 +0200 |
commit | 5b686a0674e5c42b1b5dfbcefec9b6002a7ae814 (patch) | |
tree | 7e603f6cfc492ea87adbbe278821d38f4507be50 /Makefile | |
parent | aaf066666e5efaf0b5b156eca0a5759096b9dce8 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |