Re: A small typo

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: A small typo
Date: 2022-09-14 02:55:40
Message-ID: CAMbWs49i5iQPPU2tmbA7D95PHuZJMEYrnW1wdSUhMyO5pgpF0w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 14, 2022 at 10:46 AM Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
wrote:

> I found a small typo in a comment in pgbench.c of 15/master.
>
> - * Return the number fo failed transactions.
> + * Return the number of failed transactions.
>
> While at it, I found "* lot fo unnecessary work." in pg13's
> procsignal.c. It has been fixed by 2a093355aa in PG14 but PG13 was
> left alone at the time.

+1. And grep shows no more this kind of typo in source codes in master.

$ find . -name "*.[ch]" | xargs grep ' fo '
./src/bin/pgbench/pgbench.c: * Return the number fo failed transactions.

Thanks
Richard

In response to

  • A small typo at 2022-09-14 02:46:08 from Kyotaro Horiguchi

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2022-09-14 03:07:50 Re: START_REPLICATION SLOT causing a crash in an assert build
Previous Message Kyotaro Horiguchi 2022-09-14 02:46:08 A small typo