diff --git a/MdePkg/Include/Ia32/ProcessorBind.h b/MdePkg/Include/Ia32/ProcessorBind.h index 7c40e09603..c452e62f32 100644 --- a/MdePkg/Include/Ia32/ProcessorBind.h +++ b/MdePkg/Include/Ia32/ProcessorBind.h @@ -96,7 +96,7 @@ // #if _MSC_EXTENSIONS - + // // use Microsoft* C complier dependent interger width types // diff --git a/MdePkg/Include/Ipf/ProcessorBind.h b/MdePkg/Include/Ipf/ProcessorBind.h index 5fee1dccfa..3dbeceb585 100644 --- a/MdePkg/Include/Ipf/ProcessorBind.h +++ b/MdePkg/Include/Ipf/ProcessorBind.h @@ -107,8 +107,6 @@ // #if _MSC_EXTENSIONS - - // // use Microsoft C complier dependent interger width types // @@ -126,8 +124,7 @@ #else #ifdef _EFI_P64 // - // P64 - is Intel Itanium(TM) speak for pointers being 64-bit and longs and ints - // are 32-bits + // P64 - pointers being 64-bit and longs and ints are 32-bits. // typedef unsigned long long UINT64; typedef long long INT64; diff --git a/MdePkg/Include/X64/ProcessorBind.h b/MdePkg/Include/X64/ProcessorBind.h index c2d702a315..3b61a3b826 100644 --- a/MdePkg/Include/X64/ProcessorBind.h +++ b/MdePkg/Include/X64/ProcessorBind.h @@ -98,8 +98,6 @@ // #if _MSC_EXTENSIONS - - // // use Microsoft C complier dependent interger width types // @@ -117,8 +115,7 @@ #else #ifdef _EFI_P64 // - // P64 - is Intel Itanium(TM) speak for pointers being 64-bit and longs and ints - // are 32-bits + // P64 - pointers being 64-bit and longs and ints are 32-bits. // typedef unsigned long long UINT64; typedef long long INT64;