mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[TIMEOUT] Fix a typo.
This commit is contained in:
parent
6241a16f41
commit
d056eb05f2
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ INT InputWait(BOOL bNoBreak, INT timerValue)
|
|||
break;
|
||||
}
|
||||
|
||||
/* Be sure there is someting in the console input queue */
|
||||
/* Be sure there is something in the console input queue */
|
||||
if (!PeekConsoleInputW(hInput, InputRecords, ARRAYSIZE(InputRecords), &NumRecords))
|
||||
{
|
||||
/* An error happened, bail out */
|
||||
|
|
Loading…
Reference in a new issue