diff options
author | David Horstmann <david.horstmann@arm.com> | 2020-11-12 15:19:04 +0000 |
---|---|---|
committer | David Horstmann <david.horstmann@arm.com> | 2020-11-12 15:21:11 +0000 |
commit | 5d9101b39c441fb1bad5b6df9fddb0ee116141b2 (patch) | |
tree | 59869d0078a50ab96f5375ad0cc9821d4c169445 /docs | |
parent | d01f31c0366fa7b0aa8f0eee8daeee5385c88ce5 (diff) | |
download | platform_external_arm-trusted-firmware-5d9101b39c441fb1bad5b6df9fddb0ee116141b2.tar.gz platform_external_arm-trusted-firmware-5d9101b39c441fb1bad5b6df9fddb0ee116141b2.tar.bz2 platform_external_arm-trusted-firmware-5d9101b39c441fb1bad5b6df9fddb0ee116141b2.zip |
Fix typos and misspellings
Fix a number of typos and misspellings in TF-A
documentation and comments.
Signed-off-by: David Horstmann <david.horstmann@arm.com>
Change-Id: I34c5a28c3af15f28d1ccada4d9866aee6af136ee
Diffstat (limited to 'docs')
-rw-r--r-- | docs/components/psa-ffa-manifest-binding.rst | 4 | ||||
-rw-r--r-- | docs/getting_started/porting-guide.rst | 2 | ||||
-rw-r--r-- | docs/process/coding-style.rst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/components/psa-ffa-manifest-binding.rst b/docs/components/psa-ffa-manifest-binding.rst index 09894ae57..af79074af 100644 --- a/docs/components/psa-ffa-manifest-binding.rst +++ b/docs/components/psa-ffa-manifest-binding.rst @@ -13,7 +13,7 @@ Partition Properties - compatible [mandatory] - value type: <string> - Must be the string "arm,ffa-manifest-X.Y" which specifies the major and - minor versions fo the device tree binding for the FFA manifest represented + minor versions of the device tree binding for the FFA manifest represented by this node. The minor number is incremented if the binding changes in a backwards compatible manner. @@ -240,7 +240,7 @@ Device Regions - exclusive-access - value type: <empty> - Presence of this field implies that this endpoint must be granted exclusive - access and ownership of this devices's MMIO region. + access and ownership of this device's MMIO region. -------------- diff --git a/docs/getting_started/porting-guide.rst b/docs/getting_started/porting-guide.rst index 19e26e4ea..d063ec7e6 100644 --- a/docs/getting_started/porting-guide.rst +++ b/docs/getting_started/porting-guide.rst @@ -116,7 +116,7 @@ likely to be suitable for all platform ports. by ``plat/common/aarch64/platform_mp_stack.S`` and ``plat/common/aarch64/platform_up_stack.S``. -- **define : CACHE_WRITEBACK_GRANULE** +- **#define : CACHE_WRITEBACK_GRANULE** Defines the size in bits of the largest cache line across all the cache levels in the platform. diff --git a/docs/process/coding-style.rst b/docs/process/coding-style.rst index 94fd85e36..be13b14fa 100644 --- a/docs/process/coding-style.rst +++ b/docs/process/coding-style.rst @@ -101,7 +101,7 @@ Note that there is no space between the name of a function and the following parentheses. Control statements (``if``, ``for``, ``switch``, ``while``, etc) must be -separated from the following open paranthesis by a single space. The previous +separated from the following open parenthesis by a single space. The previous example illustrates this for an ``if`` statement. Line Length |