summaryrefslogtreecommitdiff
path: root/nuttx/configs/twr-k60n512/ostest/setenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/twr-k60n512/ostest/setenv.sh')
-rw-r--r--nuttx/configs/twr-k60n512/ostest/setenv.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/twr-k60n512/ostest/setenv.sh b/nuttx/configs/twr-k60n512/ostest/setenv.sh
index 86b6099dc..c3cc691ed 100644
--- a/nuttx/configs/twr-k60n512/ostest/setenv.sh
+++ b/nuttx/configs/twr-k60n512/ostest/setenv.sh
@@ -47,12 +47,12 @@ if [ -z "${PATH_ORIG}" ]; then
export PATH_ORIG="${PATH}"
fi
-# This the Cygwin path to the location where I installed the CodeSourcery
+# This is the Cygwin path to the location where I installed the CodeSourcery
# toolchain under windows. You will also have to edit this if you install
# the CodeSourcery toolchain in any other location
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
-# This the Cygwin path to the location where I build the buildroot
+# This is the Cygwin path to the location where I build the buildroot
# toolchain.
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"