]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Include/X64/ProcessorBind.h
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / C / Include / X64 / ProcessorBind.h
index 987738508333e00c8a88b5b1230625d377be9fa6..da5cd9acd40e0ff9fa220223bbcb471375ecc3c6 100644 (file)
@@ -71,7 +71,7 @@
 \r
 \r
     //\r
-    // use Microsoft C complier dependent integer width types\r
+    // use Microsoft C compiler dependent integer width types\r
     //\r
     typedef unsigned __int64    UINT64;\r
     typedef __int64             INT64;\r
@@ -153,17 +153,17 @@ typedef INT64   INTN;
 //\r
 // Modifier to ensure that all protocol member functions and EFI intrinsics\r
 // use the correct C calling convention. All protocol member functions and\r
-// EFI intrinsics are required to modify thier member functions with EFIAPI.\r
+// EFI intrinsics are required to modify their member functions with EFIAPI.\r
 //\r
 #if _MSC_EXTENSIONS\r
   ///\r
-  /// Define the standard calling convention reguardless of optimization level.\r
+  /// Define the standard calling convention regardless of optimization level.\r
   /// __cdecl is Microsoft* specific C extension.\r
   ///\r
   #define EFIAPI __cdecl\r
 #elif __GNUC__\r
   ///\r
-  /// Define the standard calling convention reguardless of optimization level.\r
+  /// Define the standard calling convention regardless of optimization level.\r
   /// efidecl is an extension to GCC that supports the differnece between x64\r
   /// GCC ABI and x64 Microsoft* ABI. EFI is closer to the Microsoft* ABI and\r
   /// EFIAPI makes sure the right ABI is used for public interfaces.\r