Fix my Engrish :)

svn path=/branches/ntvdm/; revision=61240
This commit is contained in:
Hermès Bélusca-Maïto 2013-12-07 00:03:39 +00:00
parent 9b2dbb0b62
commit 5a126500d4

View file

@ -65,8 +65,8 @@ static BOOLEAN KeyboardQueuePop(BYTE *ScanCode)
WaitForSingleObject(QueueMutex, INFINITE);
/*
* Recheck whether keyboard queue is not empty (it may
* have been changed after having grabbed the mutex).
* Recheck whether keyboard queue is not empty (it
* may have changed after having grabbed the mutex).
*/
if (KeyboardQueueEmpty)
{