From: Magnus Hagander Date: Fri, 8 Jan 2016 07:54:40 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: REL9_6_BETA1~881 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2650486ebc6fcd32b8f42d6063efc099d00a6708;p=postgresql Fix typo in comment Tatsuro Yamada --- diff --git a/src/include/port/atomics/arch-x86.h b/src/include/port/atomics/arch-x86.h index d31bba1fbe..3dbababa5f 100644 --- a/src/include/port/atomics/arch-x86.h +++ b/src/include/port/atomics/arch-x86.h @@ -67,7 +67,7 @@ typedef struct pg_atomic_uint32 /* * It's too complicated to write inline asm for 64bit types on 32bit and the - * 468 can't do it anyway. + * 486 can't do it anyway. */ #ifdef __x86_64__ #define PG_HAVE_ATOMIC_U64_SUPPORT