diff options
| author | Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> | 2012-01-13 19:23:23 (GMT) |
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-15 19:47:58 (GMT) |
| commit | 8f8d414b61bf3b27a77ad38dfc493ae412b65471 (patch) | |
| tree | 56ea40663a72ebf0f253e7ab132e1ac5ba439d76 | |
| parent | 51a6c849629881bc78a4ecff4bafb9040599e4bc (diff) | |
| download | buildroot-8f8d414b61bf3b27a77ad38dfc493ae412b65471.tar.gz buildroot-8f8d414b61bf3b27a77ad38dfc493ae412b65471.tar.bz2 | |
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 56ac85f..fb87a88 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. |
