From 79c17995aa7ab385bb97eeff783dd8acd6ca0935 Mon Sep 17 00:00:00 2001
From: Qixiang Xu <qixiang.xu@arm.com>
Date: Mon, 5 Mar 2018 09:31:11 +0800
Subject: [PATCH] Correct some typo errors in comment

File: include/common/aarch64/el3_common_macros.S

Change-Id: I619401e961a3f627ad8864781b5f90bc747c3ddb
Signed-off-by: Qixiang Xu <qixiang.xu@arm.com>
---
 include/common/aarch64/el3_common_macros.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/common/aarch64/el3_common_macros.S b/include/common/aarch64/el3_common_macros.S
index d5f527aa3..03b977e36 100644
--- a/include/common/aarch64/el3_common_macros.S
+++ b/include/common/aarch64/el3_common_macros.S
@@ -20,7 +20,7 @@
 	 *
 	 * SCTLR_EL3.I: Enable the instruction cache.
 	 *
-	 * SCTLR_EL3.SA: Enable Stack Aligment check. A SP alignment fault
+	 * SCTLR_EL3.SA: Enable Stack Alignment check. A SP alignment fault
 	 *  exception is generated if a load or store instruction executed at
 	 *  EL3 uses the SP as the base address and the SP is not aligned to a
 	 *  16-byte boundary.
@@ -186,7 +186,7 @@
 		 *  XN (Execute-never). Set to zero so that this control has no
 		 *  effect on memory access permissions.
 		 *
-		 * SCTLR_EL3.SA: Set to zero to disable Stack Aligment check.
+		 * SCTLR_EL3.SA: Set to zero to disable Stack Alignment check.
 		 *
 		 * SCTLR_EL3.A: Set to zero to disable Alignment fault checking.
 		 * -------------------------------------------------------------
-- 
GitLab