Fix some typos

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10521 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2010-05-20 05:23:50 +00:00
parent 20c1e33fe4
commit d01a90fb3e
2 changed files with 4 additions and 4 deletions

View File

@ -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");
}

View File

@ -33,8 +33,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");
}