From 5a126500d46ed70af6cbe6f51aa9157f725314bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 7 Dec 2013 00:03:39 +0000 Subject: [PATCH] Fix my Engrish :) svn path=/branches/ntvdm/; revision=61240 --- subsystems/ntvdm/ps2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subsystems/ntvdm/ps2.c b/subsystems/ntvdm/ps2.c index 9fb6bf6e206..cc72ae6ae5a 100644 --- a/subsystems/ntvdm/ps2.c +++ b/subsystems/ntvdm/ps2.c @@ -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) {