aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2016-01-08 08:56:03 +0100
committerMagnus Hagander <magnus@hagander.net>2016-01-08 08:56:03 +0100
commit6a1a44037b63e1c0e51dd2ca7374191c2f5362b1 (patch)
tree7479d0be417ad99033c02ba98a7bb112453f7974
parent506ef1d07f8b51e9799f6856b03a4317297a39cb (diff)
downloadpostgresql-6a1a44037b63e1c0e51dd2ca7374191c2f5362b1.tar.gz
postgresql-6a1a44037b63e1c0e51dd2ca7374191c2f5362b1.zip
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 168a49c7934..3e77f3fa811 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.
+ * 486 can't do it.
*/
#ifdef __x86_64__
#define PG_HAVE_ATOMIC_U64_SUPPORT