X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FDebugLib.h;h=9cb9027b7094eae96acde8e0b1f946bd5306bc44;hp=e25713f5c572f42d610f1a1f2fe7224470af5e26;hb=1a2f870c9babe077c2d3abea23b6e8e044778341;hpb=7076244ef4005642712f32591abbd8188d6b6f40 diff --git a/MdePkg/Include/Library/DebugLib.h b/MdePkg/Include/Library/DebugLib.h index e25713f5c5..9cb9027b70 100644 --- a/MdePkg/Include/Library/DebugLib.h +++ b/MdePkg/Include/Library/DebugLib.h @@ -216,10 +216,10 @@ DebugClearMemoryEnabled ( /** Internal worker macro that calls DebugAssert(). - This macro calls DebugAssert() passing in the filename, line number, and - expression that evailated to FALSE. + This macro calls DebugAssert(), passing in the filename, line number, and an + expression that evaluated to FALSE. - @param Expression Boolean expression that evailated to FALSE + @param Expression Boolean expression that evaluated to FALSE **/ #define _ASSERT(Expression) DebugAssert (__FILE__, __LINE__, #Expression) @@ -239,7 +239,7 @@ DebugClearMemoryEnabled ( /** - Macro that calls DebugAssert() if a expression evaluates to FALSE. + Macro that calls DebugAssert() if an expression evaluates to FALSE. If the DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of PcdDebugProperyMask is set, then this macro evaluates the Boolean expression specified by Expression. If