From: Peter Korsgaard Date: Fri, 17 Oct 2008 10:19:38 +0000 (-0000) Subject: Typo fix in toolchain/external-toolchain/ext-tool.mk X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e241fa429077f88a37f5dc03dc4fbbe536cfdb01;p=buildroot.git Typo fix in toolchain/external-toolchain/ext-tool.mk From: Grant Likely Comment block header documentation typo --- diff --git a/toolchain/external-toolchain/ext-tool.mk b/toolchain/external-toolchain/ext-tool.mk index a8303296fd..bbf430cbb4 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)"; \