diff options
author | Chen Fan <chen.fan.fnst@cn.fujitsu.com> | 2014-11-04 09:17:37 +0000 |
---|---|---|
committer | lgao4 <lgao4@Edk2> | 2014-11-04 09:17:37 +0000 |
commit | f9080cdd088852935fac889fc9fd180a62459e80 (patch) | |
tree | f9624f4ba60cf1e1969de2fb9d136d738339ab21 /MdePkg/Include/X64 | |
parent | 4fe43eb3e99590c05ab0e4f73dd9d734b0e110ac (diff) | |
download | edk2-platforms-f9080cdd088852935fac889fc9fd180a62459e80.tar.xz |
MdePkg: fix comments typo about EFIAPI for X64
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16299 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/X64')
-rw-r--r-- | MdePkg/Include/X64/ProcessorBind.h | 4 |
1 files 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
|