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/process/coding-style.rst | |
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/process/coding-style.rst')
-rw-r--r-- | docs/process/coding-style.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |