Comment typo in port/atomics/generic.h
Started by Tatsuro Yamadaalmost 10 years ago2 messages
Hi,
I found a typo in generic.h
The attached patch fixes it: s/tomic/atomic/g
Best regards,
Tatsuro Yamada
Attachments:
atomics_generic_typo.patchtext/x-patch; name=atomics_generic_typo.patchDownload
*** a/src/include/port/atomics/generic.h
--- b/src/include/port/atomics/generic.h
***************
*** 1,7 ****
/*-------------------------------------------------------------------------
*
* generic.h
! * Implement higher level operations based on some lower level tomic
* operations.
*
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
--- 1,7 ----
/*-------------------------------------------------------------------------
*
* generic.h
! * Implement higher level operations based on some lower level atomic
* operations.
*
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
Re: Comment typo in port/atomics/generic.h
On Fri, Jan 15, 2016 at 2:35 AM, Tatsuro Yamada <
yamada.tatsuro@lab.ntt.co.jp> wrote:
Hi,
I found a typo in generic.h
The attached patch fixes it: s/tomic/atomic/g
Applied, thanks!
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/