Fix typos.
authorUwe Hermann <uwe@hermann-uwe.de>
Thu, 1 Oct 2009 18:52:46 +0000 (20:52 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 1 Oct 2009 18:52:46 +0000 (20:52 +0200)
README
summon-arm-toolchain

diff --git a/README b/README
index f50c1c5726e69cb2ba48224dfbd08de93505a590..fb07c6f0c3052c349bbcdbd962f181af5650b7f7 100644 (file)
--- a/README
+++ b/README
@@ -3,9 +3,9 @@ REMEMBER!
 THE RESULTING TOOLCHAIN IS FOR BARE BONE ARM PROCESSOR SOFTWARE. NOT FOR USE
 WITH GLIBC OR THE LINUX KERNEL. DO NOT EVEN BOTHER TO ASK FOR THAT!
 
 THE RESULTING TOOLCHAIN IS FOR BARE BONE ARM PROCESSOR SOFTWARE. NOT FOR USE
 WITH GLIBC OR THE LINUX KERNEL. DO NOT EVEN BOTHER TO ASK FOR THAT!
 
-To compile the arm toolchain for barebone arm devices:
+To compile the ARM toolchain for barebone ARM devices:
 ------------------------------------------------------
 ------------------------------------------------------
-* Edit the shellscript header to match your environment
+* Edit the shell script to match your environment
 * Run it
 * Profit
 
 * Run it
 * Profit
 
@@ -15,7 +15,7 @@ Currently tested and known to work target platforms:
 
 Currently tested and known to work host platforms:
 --------------------------------------------------
 
 Currently tested and known to work host platforms:
 --------------------------------------------------
-* Linux 64bit (Debian Unstable)
+* Linux 64bit (Debian unstable)
 * Mac OS X Leopard with MacPorts
 
 Notes for Mac OS X users:
 * Mac OS X Leopard with MacPorts
 
 Notes for Mac OS X users:
index 58ae6891051c46382dc699852213c451771b2b0d..bf2059d9f56e629f3e162d40609ce5161da30708 100755 (executable)
@@ -1,11 +1,11 @@
 #!/bin/bash
 # Written by Uwe Hermann <uwe@hermann-uwe.de>, released as public domain.
 #!/bin/bash
 # Written by Uwe Hermann <uwe@hermann-uwe.de>, released as public domain.
-# Modified by Piot Esden-Tempski <piotr@esden.net>, released as public domain.
+# Modified by Piotr Esden-Tempski <piotr@esden.net>, released as public domain.
 
 
-TARGET=arm-elf                          # Or: TARGET=arm-none-eabi
-PREFIX=${HOME}/arm-elf                   # Install location of your final toolchain
-PARALLEL=""                             # Or: PARALLEL="-j 5" for 4 CPU's
-DARWIN_OPT_PATH=/opt/local               # Path in which MacPorts or Fink is installed
+TARGET=arm-elf                 # Or: TARGET=arm-none-eabi
+PREFIX=${HOME}/arm-elf         # Install location of your final toolchain
+PARALLEL=""                    # Or: PARALLEL="-j 5" for 4 CPU's
+DARWIN_OPT_PATH=/opt/local     # Path in which MacPorts or Fink is installed
 
 BINUTILS=binutils-2.19.1
 GCC=gcc-4.4.0
 
 BINUTILS=binutils-2.19.1
 GCC=gcc-4.4.0
@@ -34,7 +34,7 @@ case "$(uname)" in
         GDBFLAGS="--disable-werror"
        ;;
        *)
         GDBFLAGS="--disable-werror"
        ;;
        *)
-       echo "Found Unknown OS. Aborting!"
+       echo "Found unknown OS. Aborting!"
        exit 1
        ;;
 esac
        exit 1
        ;;
 esac