[PATCH] Make spelling consistent in waiteventset.c

From: Postgres Cybrosys <postgres(at)cybrosys(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] Make spelling consistent in waiteventset.c
Date: 2026-05-06 09:47:52
Message-ID: CAG+=MFW_boR2NZz7gPrHZvpB=gTsR4S=HZep+Y0GkBBCQbxeWQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-Make-spelling-consistent-in-waiteventset.c.patch text/x-patch 1.6 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey Borodin 2026-05-06 09:51:00 Re: [PATCH] Fix ProcKill lock-group vs procLatch recycle race
Previous Message Alexander Korotkov 2026-05-06 09:43:05 Re: [PATCH] Fix WAIT FOR LSN cleanup on subtransaction abort