From 370fdf0d344584af67e71e18d5c97df68c5996b0 Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Thu, 23 Aug 2018 22:14:34 +0100 Subject: [PATCH] Fix unintended comment change --- src/CxbxKrnl/EmuKrnlKe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CxbxKrnl/EmuKrnlKe.cpp b/src/CxbxKrnl/EmuKrnlKe.cpp index 2802b0a80..588788add 100644 --- a/src/CxbxKrnl/EmuKrnlKe.cpp +++ b/src/CxbxKrnl/EmuKrnlKe.cpp @@ -2020,7 +2020,7 @@ XBSYSAPI EXPORTNUM(158) xboxkrnl::NTSTATUS NTAPI xboxkrnl::KeWaitForMultipleObje // Handle a Timeout if specified if (Timeout != nullptr) { - // If the timeout is 0, do not ` + // If the timeout is 0, do not wait if (!(Timeout->u.LowPart | Timeout->u.HighPart)) { WaitStatus = (NTSTATUS)(STATUS_TIMEOUT); goto NoWait;