[PATCH] Fix some typos in code comments
Started by Ewan Young13 days ago3 messageshackers
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
Attachments:
0001-Fix-some-typos-in-code-comments.patchapplication/octet-stream; name=0001-Fix-some-typos-in-code-comments.patchDownload+3-4
Re: [PATCH] Fix some typos in code comments
On Thu, Jun 11, 2026 at 05:40:38PM +0800, Ewan Young wrote:
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"
Thanks.
--
Michael