summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSoren Brinkmann <soren.brinkmann@xilinx.com>2016-04-18 10:46:19 -0700
committerSoren Brinkmann <soren.brinkmann@xilinx.com>2016-04-18 10:46:50 -0700
commit1c87351bfd2a7cfd6bf87691426123c0dd7166c9 (patch)
tree36298483476ff0d13685e898ec50249f9462be42 /common
parent0a48e2bde8f346a6af7f52de40b7208fc0981739 (diff)
context: Fix typo in comment
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Diffstat (limited to 'common')
-rw-r--r--common/context_mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/context_mgmt.c b/common/context_mgmt.c
index 586d42a4..3ccbd030 100644
--- a/common/context_mgmt.c
+++ b/common/context_mgmt.c
@@ -126,7 +126,7 @@ static void cm_init_context_common(cpu_context_t *ctx, const entry_point_info_t
/*
* Set up SCTLR_ELx for the target exception level:
- * EE bit is taken from the entrpoint attributes
+ * EE bit is taken from the entrypoint attributes
* M, C and I bits must be zero (as required by PSCI specification)
*
* The target exception level is based on the spsr mode requested.