summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32mx7mmb
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/pic32mx7mmb')
-rwxr-xr-xnuttx/configs/pic32mx7mmb/nsh/setenv.sh2
-rwxr-xr-xnuttx/configs/pic32mx7mmb/ostest/setenv.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/pic32mx7mmb/nsh/setenv.sh b/nuttx/configs/pic32mx7mmb/nsh/setenv.sh
index aefb891cf..82518d740 100755
--- a/nuttx/configs/pic32mx7mmb/nsh/setenv.sh
+++ b/nuttx/configs/pic32mx7mmb/nsh/setenv.sh
@@ -45,7 +45,7 @@ if [ ! -x "setenv.sh" ]; then
exit 1
fi
-# This the Cygwin path to the location where I installed the MicroChip
+# This is the Cygwin path to the location where I installed the MicroChip
# PIC32MX toolchain under windows. This is *not* the default install
# location so you will probably have to edit this. You will also have
# to edit this if you install a different version of if you install
diff --git a/nuttx/configs/pic32mx7mmb/ostest/setenv.sh b/nuttx/configs/pic32mx7mmb/ostest/setenv.sh
index a960d4b7c..b7cf576fb 100755
--- a/nuttx/configs/pic32mx7mmb/ostest/setenv.sh
+++ b/nuttx/configs/pic32mx7mmb/ostest/setenv.sh
@@ -45,7 +45,7 @@ if [ ! -x "setenv.sh" ]; then
exit 1
fi
-# This the Cygwin path to the location where I installed the MicroChip
+# This is the Cygwin path to the location where I installed the MicroChip
# PIC32MX toolchain under windows. This is *not* the default install
# location so you will probably have to edit this. You will also have
# to edit this if you install a different version of if you install