mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Fix typos in comments.
Backpatch to all supported versions, where applicable, to make backpatching of future fixes go more smoothly. Josh Soref Discussion: https://www.postgresql.org/message-id/CACZqfqCf+5qRztLPgmmosr-B0Ye4srWzzw_mo4c_8_B_mtjmJQ@mail.gmail.com
This commit is contained in:
@@ -860,7 +860,7 @@ WaitEventAdjustWin32(WaitEventSet *set, WaitEvent *event)
|
||||
* reached. At most nevents occurred events are returned.
|
||||
*
|
||||
* If timeout = -1, block until an event occurs; if 0, check sockets for
|
||||
* readiness, but don't block; if > 0, block for at most timeout miliseconds.
|
||||
* readiness, but don't block; if > 0, block for at most timeout milliseconds.
|
||||
*
|
||||
* Returns the number of events occurred, or 0 if the timeout was reached.
|
||||
*
|
||||
|
Reference in New Issue
Block a user