diff options
author | Paul Beesley <paul.beesley@arm.com> | 2019-01-11 18:26:51 +0000 |
---|---|---|
committer | Paul Beesley <paul.beesley@arm.com> | 2019-01-15 15:16:02 +0000 |
commit | 8aabea3358670f26cfa9eb99f8cd935d928f6da0 (patch) | |
tree | d8c5c20d785e36d8d77b6ff06f000775a5a89236 /docs/psci-lib-integration-guide.rst | |
parent | fe77b53e32692fc5d35df208e2b3d21a28f6228b (diff) | |
download | platform_external_arm-trusted-firmware-8aabea3358670f26cfa9eb99f8cd935d928f6da0.tar.gz platform_external_arm-trusted-firmware-8aabea3358670f26cfa9eb99f8cd935d928f6da0.tar.bz2 platform_external_arm-trusted-firmware-8aabea3358670f26cfa9eb99f8cd935d928f6da0.zip |
Correct typographical errors
Corrects typos in core code, documentation files, drivers, Arm
platforms and services.
None of the corrections affect code; changes are limited to comments
and other documentation.
Change-Id: I5c1027b06ef149864f315ccc0ea473e2a16bfd1d
Signed-off-by: Paul Beesley <paul.beesley@arm.com>
Diffstat (limited to 'docs/psci-lib-integration-guide.rst')
-rw-r--r-- | docs/psci-lib-integration-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/psci-lib-integration-guide.rst b/docs/psci-lib-integration-guide.rst index d86fc29e6..1be224088 100644 --- a/docs/psci-lib-integration-guide.rst +++ b/docs/psci-lib-integration-guide.rst @@ -240,7 +240,7 @@ As explained in `Secure payload power management callback`_, the EL3 Runtime Software may want to perform some bookkeeping during power management operations. This function is used to register the ``spd_pm_ops_t`` (first argument) callbacks with the PSCI library which will be called -ppropriately during power management. Calling this function is optional and +appropriately during power management. Calling this function is optional and need to be called by the primary CPU during the cold boot sequence after ``psci_setup()`` has completed. |