mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Spelling adjustments
This commit is contained in:
@ -618,7 +618,7 @@ pgwin32_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, c
|
||||
if (r != WAIT_TIMEOUT && r != WAIT_IO_COMPLETION && r != (WAIT_OBJECT_0 + numevents))
|
||||
{
|
||||
/*
|
||||
* We scan all events, even those not signalled, in case more than one
|
||||
* We scan all events, even those not signaled, in case more than one
|
||||
* event has been tagged but Wait.. can only return one.
|
||||
*/
|
||||
WSANETWORKEVENTS resEvents;
|
||||
|
Reference in New Issue
Block a user