summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg
diff options
context:
space:
mode:
authorMarvin H?user <Marvin.Haeuser@outlook.com>2016-04-15 04:48:31 +0800
committerLiming Gao <liming.gao@intel.com>2016-04-15 13:33:43 +0800
commit619e6cf19fa1ab98878972e109d0c579f37388cd (patch)
treed5801708b508f20c8255429983441fc6817182b8 /EdkCompatibilityPkg
parent5a24a78fc5efdd1a82417d981d6c2038a94166b8 (diff)
downloadedk2-619e6cf19fa1ab98878972e109d0c579f37388cd.tar.gz
edk2-619e6cf19fa1ab98878972e109d0c579f37388cd.tar.bz2
edk2-619e6cf19fa1ab98878972e109d0c579f37388cd.zip
EdkCompatibilityPkg: Fix a typo.
Fix a typo and a spacing mistake in EfiCommonLib. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/ReportStatusCode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/ReportStatusCode.c b/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/ReportStatusCode.c
index 0245a26a6a..58d97ac7e1 100644
--- a/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/ReportStatusCode.c
+++ b/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/ReportStatusCode.c
@@ -332,8 +332,8 @@ Returns:
// The first 12 * UINTN bytes of the string are really an
// arguement stack to support varargs on the Format string.
//
-#if (defined (EFIARM) || defined (EFIAARCH64) || defined(__APPLE__))
- // It is not legal C code to case VA_LIST to a pointer. VA_LIST can
+#if (defined (EFIARM) || defined (EFIAARCH64) || defined (__APPLE__))
+ // It is not legal C code to cast VA_LIST to a pointer. VA_LIST can
// be a structure.
return FALSE;
#else