Author: hbelusca Date: Sat Dec 7 00:03:39 2013 New Revision: 61240
URL: http://svn.reactos.org/svn/reactos?rev=61240&view=rev Log: Fix my Engrish :)
Modified: branches/ntvdm/subsystems/ntvdm/ps2.c
Modified: branches/ntvdm/subsystems/ntvdm/ps2.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/ps2.c?rev... ============================================================================== --- branches/ntvdm/subsystems/ntvdm/ps2.c [iso-8859-1] (original) +++ branches/ntvdm/subsystems/ntvdm/ps2.c [iso-8859-1] Sat Dec 7 00:03:39 2013 @@ -65,8 +65,8 @@ 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) {