aboutsummaryrefslogtreecommitdiffstats
path: root/build-gcc.sh
diff options
context:
space:
mode:
authorThan McIntosh <thanm@google.com>2015-10-30 16:27:37 -0400
committerThan McIntosh <thanm@google.com>2015-10-30 16:27:37 -0400
commitf38133c56787778bb451d4e18e5f90db2dbf541e (patch)
treecf6b1005c3505d8254b0b1b7f62a0d0efb99b80e /build-gcc.sh
parent37248b072c78201ba30cf46e9c7d423aa9423956 (diff)
downloadtoolchain_gcc-f38133c56787778bb451d4e18e5f90db2dbf541e.tar.gz
toolchain_gcc-f38133c56787778bb451d4e18e5f90db2dbf541e.tar.bz2
toolchain_gcc-f38133c56787778bb451d4e18e5f90db2dbf541e.zip
Fix typo in comment.
Change-Id: If59bf26456eeb476d9f6e641a6aad0e433112546
Diffstat (limited to 'build-gcc.sh')
-rwxr-xr-xbuild-gcc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gcc.sh b/build-gcc.sh
index 6a48195b8..3366e01f6 100755
--- a/build-gcc.sh
+++ b/build-gcc.sh
@@ -181,7 +181,7 @@ TOOLCHAIN_LICENSES=$ANDROID_NDK_ROOT/build/tools/toolchain-licenses
# Without option "--sysroot" (and its variations), GCC will attempt to
# search path specified by "--with-sysroot" at build time for headers/libs.
-# Path at --with-sysroot contains minimal headers and libs to boostrap
+# Path at --with-sysroot contains minimal headers and libs to bootstrap
# toolchain build, and it's not needed afterward (NOTE: NDK provides
# sysroot at specified API level,and Android build explicit lists header/lib
# dependencies.