From 79142ebfe6337913900fbefea4884e34b58055c4 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Thu, 16 Jul 2015 05:43:42 +0000 Subject: MdePkg: Correct comment typo from ECB to EBC in DebugLib.h Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Star Zeng Reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18019 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Library/DebugLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdePkg/Include/Library/DebugLib.h') diff --git a/MdePkg/Include/Library/DebugLib.h b/MdePkg/Include/Library/DebugLib.h index b38a84724c..219d147f1c 100644 --- a/MdePkg/Include/Library/DebugLib.h +++ b/MdePkg/Include/Library/DebugLib.h @@ -252,7 +252,7 @@ DebugPrintLevelEnabled ( This macro calls DebugPrint() passing in the debug error level, a format 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. @param Expression Expression containing an error level, a format string, -- cgit v1.2.3