summaryrefslogtreecommitdiffstats
path: root/toolchain/external-toolchain/ext-tool.mk
diff options
context:
space:
mode:
authorPeter Korsgaard2008-10-17 12:19:38 +0200
committerPeter Korsgaard2008-10-17 12:19:38 +0200
commite241fa429077f88a37f5dc03dc4fbbe536cfdb01 (patch)
tree2ab85ce1dfa1c909ce5c2c457bd1fe26ae990f4c /toolchain/external-toolchain/ext-tool.mk
parentkconfig: only warn about long help lines, not other types of lines (diff)
downloadbuildroot-e241fa429077f88a37f5dc03dc4fbbe536cfdb01.tar.gz
buildroot-e241fa429077f88a37f5dc03dc4fbbe536cfdb01.tar.xz
buildroot-e241fa429077f88a37f5dc03dc4fbbe536cfdb01.zip
Typo fix in toolchain/external-toolchain/ext-tool.mk
From: Grant Likely <grant.likely@secretlab.ca> Comment block header documentation typo
Diffstat (limited to 'toolchain/external-toolchain/ext-tool.mk')
-rw-r--r--toolchain/external-toolchain/ext-tool.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/external-toolchain/ext-tool.mk b/toolchain/external-toolchain/ext-tool.mk
index a8303296f..bbf430cbb 100644
--- a/toolchain/external-toolchain/ext-tool.mk
+++ b/toolchain/external-toolchain/ext-tool.mk
@@ -3,7 +3,7 @@
#
# $1: source
# $2: destination
-# $2: strip (y|n) default is to strip
+# $3: strip (y|n) default is to strip
#
copy_toolchain_lib_root = \
LIB="$(strip $1)"; \