From f38133c56787778bb451d4e18e5f90db2dbf541e Mon Sep 17 00:00:00 2001 From: Than McIntosh Date: Fri, 30 Oct 2015 16:27:37 -0400 Subject: Fix typo in comment. Change-Id: If59bf26456eeb476d9f6e641a6aad0e433112546 --- build-gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-gcc.sh') 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. -- cgit v1.2.3