]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h
EdkCompatibilityPkg: Fix typos in comments
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Include / EfiTypes.h
index 026854a32ad455bc59a23fe9a3985980e3ce5786..81d3b00f2a03a2734778f1e7cacafb38275e1d78 100644 (file)
@@ -262,12 +262,12 @@ typedef struct {
 #define EFI_PAGES_TO_SIZE(a)   ( (a) << EFI_PAGE_SHIFT)\r
 \r
 //\r
-//  ALIGN_POINTER - aligns a pointer to the lowest boundry\r
+//  ALIGN_POINTER - aligns a pointer to the lowest boundary\r
 //\r
 #define ALIGN_POINTER(p, s) ((VOID *) (p + ((s - ((UINTN) p)) & (s - 1))))\r
 \r
 //\r
-//  ALIGN_VARIABLE - aligns a variable up to the next natural boundry for int size of a processor\r
+//  ALIGN_VARIABLE - aligns a variable up to the next natural boundary for int size of a processor\r
 //\r
 #define ALIGN_VARIABLE(Value, Adjustment) \\r
   (UINTN) Adjustment = 0; \\r