summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32/GccInline.c
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2010-05-20 05:23:50 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2010-05-20 05:23:50 +0000
commitd01a90fb3e31d8680f535c691bb4c09fcef76606 (patch)
tree71b6c448c3ac5549da439af611f9ea9ad886521f /MdePkg/Library/BaseLib/Ia32/GccInline.c
parent20c1e33fe47a2179c1a016cac6b7d03bc4f5e125 (diff)
downloadedk2-d01a90fb3e31d8680f535c691bb4c09fcef76606.zip
edk2-d01a90fb3e31d8680f535c691bb4c09fcef76606.tar.gz
edk2-d01a90fb3e31d8680f535c691bb4c09fcef76606.tar.bz2
Fix some typos
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10521 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/GccInline.c')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/GccInline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/GccInline.c b/MdePkg/Library/BaseLib/Ia32/GccInline.c
index c988fa8..e6a9e17 100644
--- a/MdePkg/Library/BaseLib/Ia32/GccInline.c
+++ b/MdePkg/Library/BaseLib/Ia32/GccInline.c
@@ -32,8 +32,8 @@ MemoryFence (
)
{
// This is a little bit of overkill and it is more about the compiler that it is
- // actually processor syncronization. This is like the _ReadWriteBarrier
- // Microsft specific intrinsic
+ // actually processor synchronization. This is like the _ReadWriteBarrier
+ // Microsoft specific intrinsic
__asm__ __volatile__ ("":::"memory");
}