From f9080cdd088852935fac889fc9fd180a62459e80 Mon Sep 17 00:00:00 2001 From: Chen Fan Date: Tue, 4 Nov 2014 09:17:37 +0000 Subject: [PATCH] MdePkg: fix comments typo about EFIAPI for X64 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen Fan Reviewed-by: Gao, Liming git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16299 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/X64/ProcessorBind.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2