]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
Correct some typo errors in comment
authorQixiang Xu <qixiang.xu@arm.com>
Mon, 5 Mar 2018 01:31:11 +0000 (09:31 +0800)
committerQixiang Xu <qixiang.xu@arm.com>
Tue, 22 May 2018 08:19:17 +0000 (16:19 +0800)
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

index d5f527aa3b589b475b74bdc0eed92be940296382..03b977e369e30f81c3d40e9cf4ebadf1e0823468 100644 (file)
@@ -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.
                 *  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.
                 * -------------------------------------------------------------