X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FEfi%2FInclude%2FEfiTypes.h;h=81d3b00f2a03a2734778f1e7cacafb38275e1d78;hp=026854a32ad455bc59a23fe9a3985980e3ce5786;hb=4fc0be870536f34344eb07083acfc901ab4dcd1b;hpb=c4260115f0fcf23d538dc0ac90443ee954c30c6d diff --git a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h index 026854a32a..81d3b00f2a 100644 --- a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h +++ b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h @@ -262,12 +262,12 @@ typedef struct { #define EFI_PAGES_TO_SIZE(a) ( (a) << EFI_PAGE_SHIFT) // -// ALIGN_POINTER - aligns a pointer to the lowest boundry +// ALIGN_POINTER - aligns a pointer to the lowest boundary // #define ALIGN_POINTER(p, s) ((VOID *) (p + ((s - ((UINTN) p)) & (s - 1)))) // -// ALIGN_VARIABLE - aligns a variable up to the next natural boundry for int size of a processor +// ALIGN_VARIABLE - aligns a variable up to the next natural boundary for int size of a processor // #define ALIGN_VARIABLE(Value, Adjustment) \ (UINTN) Adjustment = 0; \