]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/X64/ProcessorBind.h
MdePkg: fix comments typo about EFIAPI for X64
[mirror_edk2.git] / MdePkg / Include / X64 / ProcessorBind.h
index dae0683bd732e745a5c4da6e8dda9395009f589b..842c9a627c48b2e8ed49ae33d6eda598ac0bee67 100644 (file)
@@ -249,12 +249,12 @@ typedef INT64   INTN;
   ///\r
 #elif defined(_MSC_EXTENSIONS)\r
   ///\r
-  /// Microsoft* compiler specific method for EFIAPI calling convension\r
+  /// Microsoft* compiler specific method for EFIAPI calling convention.\r
   /// \r
   #define EFIAPI __cdecl  \r
 #elif defined(__GNUC__)\r
   ///\r
-  /// Define the standard calling convention reguardless of optimization level.\r
+  /// Define the standard calling convention regardless of optimization level.\r
   /// The GCC support assumes a GCC compiler that supports the EFI ABI. The EFI\r
   /// ABI is much closer to the x64 Microsoft* ABI than standard x64 (x86-64) \r
   /// GCC ABI. Thus a standard x64 (x86-64) GCC compiler can not be used for \r