diff options
author | Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> | 2012-01-13 20:23:23 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-15 20:47:58 +0100 |
commit | 8f8d414b61bf3b27a77ad38dfc493ae412b65471 (patch) | |
tree | 56ea40663a72ebf0f253e7ab132e1ac5ba439d76 | |
parent | 51a6c849629881bc78a4ecff4bafb9040599e4bc (diff) | |
download | buildroot-novena-8f8d414b61bf3b27a77ad38dfc493ae412b65471.tar.gz buildroot-novena-8f8d414b61bf3b27a77ad38dfc493ae412b65471.zip |
Fix typo buiding -> building
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | toolchain/toolchain-common.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in index 56ac85f5c..fb87a888e 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. |