]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: fix comments typo about EFIAPI for X64
authorChen Fan <chen.fan.fnst@cn.fujitsu.com>
Tue, 4 Nov 2014 09:17:37 +0000 (09:17 +0000)
committerlgao4 <lgao4@Edk2>
Tue, 4 Nov 2014 09:17:37 +0000 (09:17 +0000)
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

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