summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2015-09-01 11:18:07 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-09-02 07:52:51 +0100
commitc318970dc4170b8c87d9bd2fa69e46a13c281759 (patch)
treedd06499a0ca20f7105e6528caa1ccc8ce11f4bc5
parent3d9210f74616fcd75d054866a635473fc8c8df91 (diff)
15.08: Fix a couple of typos
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
-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