Fix an unfortunate typo.

llvm-svn: 71852
This commit is contained in:
Owen Anderson 2009-05-15 08:07:23 +00:00
parent 1c5fd604b3
commit 2e38cb19a4
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public:
sys::MemoryFence();
InitFlag = 2;
} else if (OldFlag == 1)
while (OldFlag == 1) ;
while (InitFlag == 1) ;
return *static_cast<C*>(Ptr);
}