Re: pgsql: Fix typo in comment

From: Thom Brown <thom(at)linux(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Fix typo in comment
Date: 2013-02-08 11:58:39
Message-ID: CAA-aLv7Q3tvGJLQCAqciN3OTsiPXFVDaF9d9O3ZT=hftzKoq8g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 8 February 2013 10:46, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> Fix typo in comment
>
> Etsuro Fujita
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/733701d2748b6bbbe5f3cdc6421fdc83f6aa0c01
>
> Modified Files
> --------------
> src/backend/storage/file/fd.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)

Shame another typo wasn't caught along with this one:

"Finally, BasicOpenFile is a just thin wrapper around"

s/is a just thin/is just a thin/

--
Thom

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-02-08 12:06:58 pgsql: Exclude access/rmgrlist.h from cpluspluscheck
Previous Message Peter Eisentraut 2013-02-08 11:47:02 pgsql: scripts: Add build prerequisite on libpgport