Comment typo in port/atomics/generic.h

Started by Tatsuro Yamadaalmost 10 years ago2 messages
#1Tatsuro Yamada
yamada.tatsuro@lab.ntt.co.jp
1 attachment(s)

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
#2Magnus Hagander
magnus@hagander.net
In reply to: Tatsuro Yamada (#1)
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/