summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--members/arm/platforms/15.08/README.textile6
1 files changed, 3 insertions, 3 deletions
diff --git a/members/arm/platforms/15.08/README.textile b/members/arm/platforms/15.08/README.textile
index d1e5029..c9d9691 100644
--- a/members/arm/platforms/15.08/README.textile
+++ b/members/arm/platforms/15.08/README.textile
@@ -26,7 +26,7 @@ TABLE OF CONTENTS
h2(#preface). 1. Preface
-The ARM software images contained in this released are distributed according to the "EULA":https://wiki.linaro.org/ARM/Juno/EULA
+The ARM software images contained in this release are distributed according to the "EULA":https://wiki.linaro.org/ARM/Juno/EULA
* This release supports the following hardware platforms:
** "Juno ARM Development Platform":http://www.arm.com/products/tools/development-boards/versatile-express/juno-arm-development-platform.php
@@ -178,7 +178,7 @@ repo sync -j8
./build-scripts/build-all.sh ${PLATFORM}-${TYPE}
./build-scripts/build-all.sh ${PLATFORM}-${TYPE} package
-The build will create binaries for ARM Trusted Firmware, UEFI, U-Boot, Linux, ramdisk and a DTB where appropriate. For Aarch64 platofrms, the Firmware components will then be packaged into a FIP. All the binaries copied under the "output" folder.
+The build will create binaries for ARM Trusted Firmware, UEFI, U-Boot, Linux, ramdisk and a DTB where appropriate. For Aarch64 platforms, the Firmware components will then be packaged into a FIP. All the binaries copied under the "output" folder.
Running a different build will overwrite derived objects in the source tree, but will not overwrite the output folder created by the package step.
@@ -273,6 +273,6 @@ Prebuilt binaries are available by following the links in the table below.
h3(#clean). 2.8 Cleaning the build
-To clean the build artifacts, from the top level worspace folder:
+To clean the build artifacts, from the top level workspace folder:
bc. ./build-scripts/build-all.sh ${PLATFORM}-${TYPE} clean