]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibOptPei/X64/CopyMem.S
Adjust assembler's comments.
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibOptPei / X64 / CopyMem.S
index 3e7a396b5b4feec8e31f857b03d526c0cd1b7b3a..c75da2086f9f4f2b8c4bcec77bf41bc79691448d 100644 (file)
@@ -46,7 +46,7 @@ ASM_PFX(InternalMemCopyMem):
     mov     rax, rdi                    # rax <- Destination as return value
     jae     _InternalMemCopyMem_al_0000
     cmp     r9, rdi
-    jae     _atSym_CopyBackward               # Copy backward if overlapped
+    jae     _atSym_CopyBackward         # Copy backward if overlapped
 _InternalMemCopyMem_al_0000:
     mov     rcx, r8
     and     r8, 7