summaryrefslogtreecommitdiff
path: root/lib/el3_runtime
diff options
context:
space:
mode:
authorAntonio Niño Díaz <antonio.ninodiaz@arm.com>2019-03-01 09:16:58 +0000
committerGitHub <noreply@github.com>2019-03-01 09:16:58 +0000
commitdbd0bcfe008c08a7377e28d947d5354846cdc349 (patch)
treef32e09ed8c16f4d60da7100c9bdef0dd5cfae1bb /lib/el3_runtime
parent64503b2f81bbd12051d8e0fd065a5a0b0c38bd2a (diff)
parent73308618fee8afc4518c592956b31864e57e48e7 (diff)
Merge pull request #1848 from antonio-nino-diaz-arm/an/docs
Minor changes to documentation and comments
Diffstat (limited to 'lib/el3_runtime')
-rw-r--r--lib/el3_runtime/aarch64/context.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/el3_runtime/aarch64/context.S b/lib/el3_runtime/aarch64/context.S
index 4489e908..4371cb2b 100644
--- a/lib/el3_runtime/aarch64/context.S
+++ b/lib/el3_runtime/aarch64/context.S
@@ -456,7 +456,7 @@ func restore_gp_registers
endfunc restore_gp_registers
/* -----------------------------------------------------
- * Restore general purpose registers (including x30), and exit EL3 via. ERET to
+ * Restore general purpose registers (including x30), and exit EL3 via ERET to
* a lower exception level.
* -----------------------------------------------------
*/