]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmExceptionLib/Arm/ExceptionSupport.asm
ArmPkg: Fix various typos
[mirror_edk2.git] / ArmPkg / Library / ArmExceptionLib / Arm / ExceptionSupport.asm
index 06507c6404df5e87ffa4062940d7e0493410caa1..aa0229d2e85fa5c5ab1b85127b383cc846d8b1e7 100644 (file)
@@ -221,7 +221,7 @@ AsmCommonExceptionEntry
   ldr       R5, [SP, #0x58]         ; PC is the LR pushed by srsfd\r
                                     ; Check to see if we have to adjust for Thumb entry\r
   sub       r4, r0, #1              ; if (ExceptionType == 1 || ExceptionType == 2)) {\r
-  cmp       r4, #1                  ;   // UND & SVC have differnt LR adjust for Thumb\r
+  cmp       r4, #1                  ;   // UND & SVC have different LR adjust for Thumb\r
   bhi       NoAdjustNeeded\r
 \r
   tst       r1, #0x20               ;   if ((CPSR & T)) == T) {  // Thumb Mode on entry\r