aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32mx7mmb
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-06 20:10:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-06 20:10:31 +0000
commite8a8129808aa7296f4c176231327d136d5fcb8c0 (patch)
tree382c8d54a57d9b570c4bb012eb2ba61441ed05a9 /nuttx/configs/pic32mx7mmb
parentee341514da6ef18f2dca79226e5221268d49f4d2 (diff)
downloadpx4-firmware-e8a8129808aa7296f4c176231327d136d5fcb8c0.tar.gz
px4-firmware-e8a8129808aa7296f4c176231327d136d5fcb8c0.tar.bz2
px4-firmware-e8a8129808aa7296f4c176231327d136d5fcb8c0.zip
Fix a recurring, cloned typo
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5220 42af7a65-404d-4744-a932-0658087f49c3
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