summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2015-12-17 13:58:58 +0000
committerDan Handley <dan.handley@arm.com>2015-12-21 18:10:12 +0000
commit1645d3ee60a63faf5de6d41a396c540c538240be (patch)
tree6f62c21785d82248fc93ff8f19526464f7df9156 /include
parent3f61835baf6f76afa1a565702d0800f17b4dac5f (diff)
Miscellaneous doc fixes for v1.2
Change-Id: I6f49bd779f2a4d577c6443dd160290656cdbc59b
Diffstat (limited to 'include')
-rw-r--r--include/bl31/services/psci.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/bl31/services/psci.h b/include/bl31/services/psci.h
index 6298a404..acf07869 100644
--- a/include/bl31/services/psci.h
+++ b/include/bl31/services/psci.h
@@ -38,7 +38,7 @@
#endif
/*******************************************************************************
- * Number of power domains whose state this psci imp. can track
+ * Number of power domains whose state this PSCI implementation can track
******************************************************************************/
#ifdef PLAT_NUM_PWR_DOMAINS
#define PSCI_NUM_PWR_DOMAINS PLAT_NUM_PWR_DOMAINS
@@ -60,7 +60,7 @@
#define PSCI_MAX_PWR_LVL 3
/*******************************************************************************
- * Defines for runtime services func ids
+ * Defines for runtime services function ids
******************************************************************************/
#define PSCI_VERSION 0x84000000
#define PSCI_CPU_SUSPEND_AARCH32 0x84000001
@@ -255,7 +255,7 @@ typedef struct psci_cpu_data {
/*******************************************************************************
* Structure populated by platform specific code to export routines which
- * perform common low level pm functions
+ * perform common low level power management functions
******************************************************************************/
typedef struct plat_psci_ops {
void (*cpu_standby)(plat_local_state_t cpu_state);
@@ -276,7 +276,7 @@ typedef struct plat_psci_ops {
/*******************************************************************************
* Optional structure populated by the Secure Payload Dispatcher to be given a
- * chance to perform any bookkeeping before PSCI executes a power mgmt.
+ * chance to perform any bookkeeping before PSCI executes a power management
* operation. It also allows PSCI to determine certain properties of the SP e.g.
* migrate capability etc.
******************************************************************************/