]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibOptDxe/AArch64/CopyMem.S
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibOptDxe / AArch64 / CopyMem.S
index 10b55b065c47b6f2cfc72b4429b034a719c34580..56fe3b0956982916ff392e47d790d92049724a0c 100644 (file)
@@ -169,7 +169,7 @@ L(copy96):
 \r
     // Align DST to 16 byte alignment so that we don't cross cache line\r
     // boundaries on both loads and stores. There are at least 96 bytes\r
-    // to copy, so copy 16 bytes unaligned and then align.     The loop\r
+    // to copy, so copy 16 bytes unaligned and then align.  The loop\r
     // copies 64 bytes per iteration and prefetches one iteration ahead.\r
 \r
     .p2align 4\r
@@ -198,7 +198,7 @@ L(copy_long):
     subs    count, count, 64\r
     b.hi    1b\r
 \r
-    // Write the last full set of 64 bytes.     The remainder is at most 64\r
+    // Write the last full set of 64 bytes.   The remainder is at most 64\r
     // bytes, so it is safe to always copy 64 bytes from the end even if\r
     // there is just 1 byte left.\r
 2:\r