]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Unix/Host/X64/Gasket.S
EmulatorPkg/Unix: Fix various typos
[mirror_edk2.git] / EmulatorPkg / Unix / Host / X64 / Gasket.S
index a9ca707562f9e93bd9c9e587460d0d1ba18bfc1a..030faa8e4c362ca02992fef82331300c2d58a054 100644 (file)
 //\r
 // Gaskets are EFI ABI to UNIX ABI calls\r
 // EFI ABI code will sub 40 (0x28) from %rsp before calling a function\r
-//  This is the 32 (0x20) byte to spill registers and 8 bytes to align stack on 16 byte boundry.\r
+//  This is the 32 (0x20) byte to spill registers and 8 bytes to align stack on 16 byte boundary.\r
 //\r
   .text\r
 \r
-// 32 byte shadow to spill rcx-r9, 8 bytes to align stack on 16 byte boundry\r
+// 32 byte shadow to spill rcx-r9, 8 bytes to align stack on 16 byte boundary\r
 // Any call with 0 - 4 arguments allocates 40 bytes on the stack.\r
 // For more than 4 args you always have to increase in quanta of 16 so 5 or 6 args is 56,\r
 // 7 or 8 args is 72, and 9 or 10 args is 88\r