Fix unintended comment change

This commit is contained in:
Luke Usher 2018-08-23 22:14:34 +01:00
parent 02c045b4d7
commit 370fdf0d34
1 changed files with 1 additions and 1 deletions

View File

@ -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;