mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix spelling errors and typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
@ -1030,7 +1030,7 @@ WaitEventSetWait(WaitEventSet *set, long timeout,
|
||||
/*
|
||||
* Wait using linux's epoll_wait(2).
|
||||
*
|
||||
* This is the preferrable wait method, as several readiness notifications are
|
||||
* This is the preferable wait method, as several readiness notifications are
|
||||
* delivered, without having to iterate through all of set->events. The return
|
||||
* epoll_event struct contain a pointer to our events, making association
|
||||
* easy.
|
||||
|
Reference in New Issue
Block a user