MdePkg: Correct comment typo from ECB to EBC in DebugLib.h

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18019 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Liming Gao 2015-07-16 05:43:42 +00:00 committed by lgao4
parent d1d89e86ed
commit 79142ebfe6
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ DebugPrintLevelEnabled (
This macro calls DebugPrint() passing in the debug error level, a format This macro calls DebugPrint() passing in the debug error level, a format
string, and a variable argument list. string, and a variable argument list.
__VA_ARGS__ is not supported by ECB compiler, Microsoft Visual Studio .NET 2003 __VA_ARGS__ is not supported by EBC compiler, Microsoft Visual Studio .NET 2003
and Microsoft Windows Server 2003 Driver Development Kit (Microsoft WINDDK) version 3790.1830. and Microsoft Windows Server 2003 Driver Development Kit (Microsoft WINDDK) version 3790.1830.
@param Expression Expression containing an error level, a format string, @param Expression Expression containing an error level, a format string,