summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/composite
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/composite')
-rwxr-xr-xnuttx/configs/stm3210e-eval/composite/setenv.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/stm3210e-eval/composite/setenv.sh b/nuttx/configs/stm3210e-eval/composite/setenv.sh
index ce267428b..620f842bd 100755
--- a/nuttx/configs/stm3210e-eval/composite/setenv.sh
+++ b/nuttx/configs/stm3210e-eval/composite/setenv.sh
@@ -47,17 +47,17 @@ if [ -z "${PATH_ORIG}" ]; then
export PATH_ORIG="${PATH}"
fi
-# This the Cygwin path to the location where I installed the RIDE
+# This is the Cygwin path to the location where I installed the RIDE
# toolchain under windows. You will also have to edit this if you install
# the RIDE toolchain in any other location
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/Raisonance/Ride/arm-gcc/bin"
-# 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"