aboutsummaryrefslogtreecommitdiffstats
path: root/docs/getting_started
diff options
context:
space:
mode:
authorDavid Horstmann <david.horstmann@arm.com>2021-01-21 12:29:59 +0000
committerDavid Horstmann <david.horstmann@arm.com>2021-01-21 12:51:31 +0000
commit47147013b437b1217eba92546b12862e6297bfed (patch)
tree10190471c44492bed53403b838a52f7e90dae963 /docs/getting_started
parent337e493306cbeda2b3e5c10f681607c7aea8bbb4 (diff)
downloadplatform_external_arm-trusted-firmware-47147013b437b1217eba92546b12862e6297bfed.tar.gz
platform_external_arm-trusted-firmware-47147013b437b1217eba92546b12862e6297bfed.tar.bz2
platform_external_arm-trusted-firmware-47147013b437b1217eba92546b12862e6297bfed.zip
Fix documentation typos and misspellings
Fix some typos and misspellings in TF-A documentation. Signed-off-by: David Horstmann <david.horstmann@arm.com> Change-Id: Id72553ce7b2f0bed9821604fbc8df4d4949909fa
Diffstat (limited to 'docs/getting_started')
-rw-r--r--docs/getting_started/build-options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst
index 16de41029..c520e0c22 100644
--- a/docs/getting_started/build-options.rst
+++ b/docs/getting_started/build-options.rst
@@ -403,7 +403,7 @@ Common build options
library is not supported.
- ``INVERTED_MEMMAP``: memmap tool print by default lower addresses at the
- bottom, higher addresses at the top. This buid flag can be set to '1' to
+ bottom, higher addresses at the top. This build flag can be set to '1' to
invert this behavior. Lower addresses will be printed at the top and higher
addresses at the bottom.
@@ -570,7 +570,7 @@ Common build options
- ``SEPARATE_NOBITS_REGION``: Setting this option to ``1`` allows the NOBITS
sections of BL31 (.bss, stacks, page tables, and coherent memory) to be
allocated in RAM discontiguous from the loaded firmware image. When set, the
- platform is expected to provide definitons for ``BL31_NOBITS_BASE`` and
+ platform is expected to provide definitions for ``BL31_NOBITS_BASE`` and
``BL31_NOBITS_LIMIT``. When the option is ``0`` (the default), NOBITS
sections are placed in RAM immediately following the loaded firmware image.