summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/Include/Ia32/ProcessorBind.h
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/Include/Ia32/ProcessorBind.h')
-rw-r--r--BaseTools/Source/C/Include/Ia32/ProcessorBind.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Source/C/Include/Ia32/ProcessorBind.h b/BaseTools/Source/C/Include/Ia32/ProcessorBind.h
index 96ac691df0..72a22f765c 100644
--- a/BaseTools/Source/C/Include/Ia32/ProcessorBind.h
+++ b/BaseTools/Source/C/Include/Ia32/ProcessorBind.h
@@ -68,7 +68,7 @@
#if _MSC_EXTENSIONS
//
- // use Microsoft* C complier dependent integer width types
+ // use Microsoft* C compiler dependent integer width types
//
typedef unsigned __int64 UINT64;
typedef __int64 INT64;
@@ -138,7 +138,7 @@ typedef INT32 INTN;
//
#if _MSC_EXTENSIONS
//
- // Microsoft* compiler requires _EFIAPI useage, __cdecl is Microsoft* specific C.
+ // Microsoft* compiler requires _EFIAPI usage, __cdecl is Microsoft* specific C.
//
#define EFIAPI __cdecl
#endif