1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Fix typo in comment

Tatsuro Yamada
This commit is contained in:
Magnus Hagander
2016-01-08 08:56:03 +01:00
parent 506ef1d07f
commit 6a1a44037b

View File

@ -67,7 +67,7 @@ typedef struct pg_atomic_uint32
/* /*
* It's too complicated to write inline asm for 64bit types on 32bit and the * It's too complicated to write inline asm for 64bit types on 32bit and the
* 468 can't do it. * 486 can't do it.
*/ */
#ifdef __x86_64__ #ifdef __x86_64__
#define PG_HAVE_ATOMIC_U64_SUPPORT #define PG_HAVE_ATOMIC_U64_SUPPORT