[PATCH] Make spelling consistent in waiteventset.c - Mailing list pgsql-hackers

From Postgres Cybrosys
Subject [PATCH] Make spelling consistent in waiteventset.c
Date
Msg-id CAG+=MFW_boR2NZz7gPrHZvpB=gTsR4S=HZep+Y0GkBBCQbxeWQ@mail.gmail.com
Whole thread
List pgsql-hackers
Hi,

The four backend-specific paths in WaitEventSetWaitBlock()
(epoll, kqueue, poll, and Windows) had identical-purpose comments
with inconsistent spellings.

Two comments used "writable" while the other two used "writeable".

This patch standardizes the spelling to "writable" to match the
surrounding text in the file.

The WL_SOCKET_WRITEABLE macro is a public identifier and is left
unchanged.

Patch attached.
Attachment

pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: [PATCH] Fix WAIT FOR LSN cleanup on subtransaction abort
Next
From: Andrey Borodin
Date:
Subject: Re: [PATCH] Fix ProcKill lock-group vs procLatch recycle race