]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Correct comment typo from ECB to EBC in DebugLib.h
authorLiming Gao <liming.gao@intel.com>
Thu, 16 Jul 2015 05:43:42 +0000 (05:43 +0000)
committerlgao4 <lgao4@Edk2>
Thu, 16 Jul 2015 05:43:42 +0000 (05:43 +0000)
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

MdePkg/Include/Library/DebugLib.h

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