Thread: [HACKERS] Typo in condition_variable.c

[HACKERS] Typo in condition_variable.c

From
Masahiko Sawada
Date:
Hi,

Attached patch fixes comment typos in condition_variable.c

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

Re: [HACKERS] Typo in condition_variable.c

From
Fujii Masao
Date:
On Mon, Jan 16, 2017 at 5:42 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
> Hi,
>
> Attached patch fixes comment typos in condition_variable.c

Seems the patch still has the typo. "initiailly" should be "initially"?

Regards,

-- 
Fujii Masao



Re: [HACKERS] Typo in condition_variable.c

From
Masahiko Sawada
Date:
On Mon, Jan 16, 2017 at 6:27 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
> On Mon, Jan 16, 2017 at 5:42 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>> Hi,
>>
>> Attached patch fixes comment typos in condition_variable.c
>
> Seems the patch still has the typo. "initiailly" should be "initially"?
>

Yes, it should be "initially".

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center



Re: [HACKERS] Typo in condition_variable.c

From
Fujii Masao
Date:
On Mon, Jan 16, 2017 at 6:34 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
> On Mon, Jan 16, 2017 at 6:27 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
>> On Mon, Jan 16, 2017 at 5:42 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>>> Hi,
>>>
>>> Attached patch fixes comment typos in condition_variable.c
>>
>> Seems the patch still has the typo. "initiailly" should be "initially"?
>>
>
> Yes, it should be "initially".

OK, pushed. Thanks!

Regards,

-- 
Fujii Masao