[PATCH] Fix some typos in code comments

From: Ewan Young <kdbase(dot)hack(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [PATCH] Fix some typos in code comments
Date: 2026-06-11 09:40:38
Message-ID: CAON2xHO4uhX1W4Foxj9ibQuhHd9AGR1cr3yV37mqAJcsqE2aZg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Hackers,

While reading through the tree I noticed a few misspellings in comments.
The attached patch fixes three of them; it touches comments only, with no
code change:

- src/backend/utils/adt/float.c — "becase" → "because"
- src/include/tsearch/ts_type.h — "agrs" → "args"
- src/backend/tcop/pquery.c — "Querys" → "Queries"

Regards,
Ewan Young

Attachment Content-Type Size
0001-Fix-some-typos-in-code-comments.patch application/octet-stream 2.2 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-06-11 09:45:32 Re: [PATCH] seg: preserve the upper boundary's certainty indicator in seg_out()
Previous Message Amit Kapila 2026-06-11 09:22:24 Re: Fix race in ReplicationSlotRelease for ephemeral slots