Discussion:
[edk2] [Patch] MdePkg: Correct comment typo from ECB to EBC in DebugLib.h
Liming Gao
2015-07-14 10:05:26 UTC
Permalink
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <***@intel.com>
---
MdePkg/Include/Library/DebugLib.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdePkg/Include/Library/DebugLib.h b/MdePkg/Include/Library/DebugLib.h
index b38a847..219d147 100644
--- a/MdePkg/Include/Library/DebugLib.h
+++ b/MdePkg/Include/Library/DebugLib.h
@@ -250,11 +250,11 @@ DebugPrintLevelEnabled (
/**
Internal worker macro that calls DebugPrint().

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,
and a variable argument list based on the format string.
--
1.9.5.msysgit.0
Carsey, Jaben
2015-07-14 22:06:34 UTC
Permalink
-----Original Message-----
Sent: Tuesday, July 14, 2015 3:05 AM
Subject: [edk2] [Patch] MdePkg: Correct comment typo from ECB to EBC in
DebugLib.h
Contributed-under: TianoCore Contribution Agreement 1.0
---
MdePkg/Include/Library/DebugLib.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MdePkg/Include/Library/DebugLib.h
b/MdePkg/Include/Library/DebugLib.h
index b38a847..219d147 100644
--- a/MdePkg/Include/Library/DebugLib.h
+++ b/MdePkg/Include/Library/DebugLib.h
@@ -250,11 +250,11 @@ DebugPrintLevelEnabled (
/**
Internal worker macro that calls DebugPrint().
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,
and a variable argument list based on the format string.
--
1.9.5.msysgit.0
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-devel mailing list
https://lists.sourceforge.net/lists/listinfo/edk2-devel
Zeng, Star
2015-07-16 01:43:01 UTC
Permalink
-----Original Message-----
Sent: Tuesday, July 14, 2015 6:05 PM
Subject: [edk2] [Patch] MdePkg: Correct comment typo from ECB to EBC in
DebugLib.h
Contributed-under: TianoCore Contribution Agreement 1.0
---
MdePkg/Include/Library/DebugLib.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MdePkg/Include/Library/DebugLib.h
b/MdePkg/Include/Library/DebugLib.h
index b38a847..219d147 100644
--- a/MdePkg/Include/Library/DebugLib.h
+++ b/MdePkg/Include/Library/DebugLib.h
@@ -250,11 +250,11 @@ DebugPrintLevelEnabled (
/**
Internal worker macro that calls DebugPrint().
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,
and a variable argument list based on the format string.
--
1.9.5.msysgit.0
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-devel mailing list
https://lists.sourceforge.net/lists/listinfo/edk2-devel
Loading...