summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/DebugAgentException.S
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:06 +0800
committerLeif Lindholm <leif.lindholm@linaro.org>2016-10-19 16:31:22 +0100
commitd0d8a17d4a91ab860f7db69b7fc9eeec240265b9 (patch)
treece681fd493398367748ea6d3ea61150fbadc7cf0 /ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/DebugAgentException.S
parent04344b4696de8fbdd795fa2d692c72d82ee85d62 (diff)
downloadedk2-d0d8a17d4a91ab860f7db69b7fc9eeec240265b9.tar.gz
edk2-d0d8a17d4a91ab860f7db69b7fc9eeec240265b9.tar.bz2
edk2-d0d8a17d4a91ab860f7db69b7fc9eeec240265b9.zip
ArmPkg: Fix typos in comments
- differnt -> different - Libary -> Library - intialized -> initialized Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/DebugAgentException.S')
-rw-r--r--ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/DebugAgentException.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/DebugAgentException.S b/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/DebugAgentException.S
index 0f2e4b1ac8..2151814608 100644
--- a/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/DebugAgentException.S
+++ b/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/DebugAgentException.S
@@ -211,7 +211,7 @@ ASM_PFX(AsmCommonExceptionEntry):
ldr R5, [SP, #0x58] @ PC is the LR pushed by srsfd
@ Check to see if we have to adjust for Thumb entry
sub r4, r0, #1 @ if (ExceptionType == 1 || ExceptionType ==2)) {
- cmp r4, #1 @ // UND & SVC have differnt LR adjust for Thumb
+ cmp r4, #1 @ // UND & SVC have different LR adjust for Thumb
bhi NoAdjustNeeded
tst r1, #0x20 @ if ((CPSR & T)) == T) { // Thumb Mode on entry