X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FCommon%2FBaseTypes.h;h=3935919300d053b3d71f49bc72a3754b7dac95a2;hp=86c3c71fb3bb7afbfb4b5a5203ef0d80b580c340;hb=0647c9adf92c6a8712091607a73b2768327a865d;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4 diff --git a/MdePkg/Include/Common/BaseTypes.h b/MdePkg/Include/Common/BaseTypes.h index 86c3c71fb3..3935919300 100644 --- a/MdePkg/Include/Common/BaseTypes.h +++ b/MdePkg/Include/Common/BaseTypes.h @@ -62,7 +62,7 @@ typedef struct { // #ifndef TRUE // -// BugBug: UEFI specification claims 1 and 0. We are concerned about the +// UEFI specification claims 1 and 0. We are concerned about the // complier portability so we did it this way. // #define TRUE ((BOOLEAN)(1==1))