]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix some typos
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 20 May 2010 05:23:50 +0000 (05:23 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 20 May 2010 05:23:50 +0000 (05:23 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10521 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/BaseLib/Ia32/GccInline.c
MdePkg/Library/BaseLib/X64/GccInline.c

index c988fa8f3c1585d9d48ef801956116a72246c3f3..e6a9e171f425abaf3ec9a499b751121f42cc2f47 100644 (file)
@@ -32,8 +32,8 @@ MemoryFence (
   )\r
 {\r
   // This is a little bit of overkill and it is more about the compiler that it is\r
-  // actually processor syncronization. This is like the _ReadWriteBarrier \r
-  // Microsft specific intrinsic\r
+  // actually processor synchronization. This is like the _ReadWriteBarrier \r
+  // Microsoft specific intrinsic\r
   __asm__ __volatile__ ("":::"memory");\r
 }\r
 \r
index 18f3a6a8ae6af788dae90d0e7984d92061957496..8be2bef1210f63a0d65f500789f63f9b4cc7a164 100644 (file)
@@ -33,8 +33,8 @@ MemoryFence (
   )\r
 {\r
   // This is a little bit of overkill and it is more about the compiler that it is\r
-  // actually processor syncronization. This is like the _ReadWriteBarrier \r
-  // Microsft specific intrinsic\r
+  // actually processor synchronization. This is like the _ReadWriteBarrier \r
+  // Microsoft specific intrinsic\r
   __asm__ __volatile__ ("":::"memory");\r
 }\r
 \r