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/getting_started | |
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/getting_started')
-rw-r--r-- | docs/getting_started/porting-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |