diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2013-10-09 16:34:33 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-09 16:34:33 +0200 |
| commit | 32df094fdc90f6e5b1e95c8e2dcbd27181cd3788 (patch) | |
| tree | 76cbf8039cb6f9f0e8b60741932a72bf3bbe6517 /toolchain | |
| parent | 11ec38b6950cf3337b52fb97f27c2fd7c776c5c2 (diff) | |
toolchain-buildroot: fix s/Trigerring/Triggering/ typo
Reported-by: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'toolchain')
| -rw-r--r-- | toolchain/toolchain-buildroot/toolchain-buildroot.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain-buildroot/toolchain-buildroot.mk b/toolchain/toolchain-buildroot/toolchain-buildroot.mk index ced430e59..f1f07a9c9 100644 --- a/toolchain/toolchain-buildroot/toolchain-buildroot.mk +++ b/toolchain/toolchain-buildroot/toolchain-buildroot.mk @@ -8,7 +8,7 @@ TOOLCHAIN_BUILDROOT_SOURCE = BUILDROOT_LIBC = $(call qstrip,$(BR2_TOOLCHAIN_BUILDROOT_LIBC)) -# Trigerring the build of the host-gcc-final will automatically do the +# Triggering the build of the host-gcc-final will automatically do the # build of binutils, uClibc, kernel headers and all the intermediate # gcc steps. |
