diff options
author | Magnus Hagander <magnus@hagander.net> | 2018-11-02 13:56:16 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2018-11-02 13:56:52 +0100 |
commit | fbec7459aa39da864ad1d578f044a21c3b3b057c (patch) | |
tree | 79d55688053fef8d9d63099f06f8eca154b5142e /src/backend/storage/ipc/latch.c | |
parent | 8610c973ddf1cbf0befc1369d2cf0d56c0efcd0a (diff) | |
download | postgresql-fbec7459aa39da864ad1d578f044a21c3b3b057c.tar.gz postgresql-fbec7459aa39da864ad1d578f044a21c3b3b057c.zip |
Fix spelling errors and typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src/backend/storage/ipc/latch.c')
-rw-r--r-- | src/backend/storage/ipc/latch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/latch.c b/src/backend/storage/ipc/latch.c index f6dda9cc9ac..c129446f9c9 100644 --- a/src/backend/storage/ipc/latch.c +++ b/src/backend/storage/ipc/latch.c @@ -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. |