From 75f565e48a760bfddd4101fad5370c0a948aca67 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 6 Oct 2012 20:10:31 +0000 Subject: Fix a recurring, cloned typo git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5220 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/amber/hello/setenv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/amber') diff --git a/nuttx/configs/amber/hello/setenv.sh b/nuttx/configs/amber/hello/setenv.sh index 094bad8b9..9b350a2c4 100755 --- a/nuttx/configs/amber/hello/setenv.sh +++ b/nuttx/configs/amber/hello/setenv.sh @@ -47,13 +47,13 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}" fi -# This the Cygwin path to the location where I installed the WinAVR +# This is the Cygwin path to the location where I installed the WinAVR # 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 the Linux AVR toolchain as well #export TOOLCHAIN_BIN="/cygdrive/c/WinAVR/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_avr/staging_dir/bin" -- cgit v1.2.3