summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2016-01-08 07:54:40 +0000
committerMagnus Hagander2016-01-08 07:54:40 +0000
commit2650486ebc6fcd32b8f42d6063efc099d00a6708 (patch)
treee2fed448e54f1307b59af75a817998672d3004a0
parentc662ef1d03e8e963ae097d40e3eb16d15aef5d00 (diff)
Fix typo in comment
Tatsuro Yamada
-rw-r--r--src/include/port/atomics/arch-x86.h2
1 files changed, 1 insertions, 1 deletions
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