mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix my Engrish :)
svn path=/branches/ntvdm/; revision=61240
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user