diff --git a/MdePkg/Include/X64/ProcessorBind.h b/MdePkg/Include/X64/ProcessorBind.h index dae0683bd7..842c9a627c 100644 --- a/MdePkg/Include/X64/ProcessorBind.h +++ b/MdePkg/Include/X64/ProcessorBind.h @@ -249,12 +249,12 @@ typedef INT64 INTN; /// #elif defined(_MSC_EXTENSIONS) /// - /// Microsoft* compiler specific method for EFIAPI calling convension + /// Microsoft* compiler specific method for EFIAPI calling convention. /// #define EFIAPI __cdecl #elif defined(__GNUC__) /// - /// Define the standard calling convention reguardless of optimization level. + /// Define the standard calling convention regardless of optimization level. /// The GCC support assumes a GCC compiler that supports the EFI ABI. The EFI /// ABI is much closer to the x64 Microsoft* ABI than standard x64 (x86-64) /// GCC ABI. Thus a standard x64 (x86-64) GCC compiler can not be used for