From: Thomas De Schampheleire Date: Fri, 13 Jan 2012 19:23:23 +0000 (+0100) Subject: Fix typo buiding -> building X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f8d414b61bf3b27a77ad38dfc493ae412b65471;p=buildroot.git Fix typo buiding -> building Signed-off-by: Thomas De Schampheleire Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in index 56ac85f5c1..fb87a888e6 100644 --- a/toolchain/toolchain-common.in +++ b/toolchain/toolchain-common.in @@ -105,4 +105,4 @@ config BR2_TARGET_OPTIMIZATION config BR2_TARGET_LDFLAGS string "Target linker options" help - Extra options to pass to the linker when buiding for the target. + Extra options to pass to the linker when building for the target.