]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment
authorMagnus Hagander <magnus@hagander.net>
Fri, 8 Jan 2016 07:56:03 +0000 (08:56 +0100)
committerMagnus Hagander <magnus@hagander.net>
Fri, 8 Jan 2016 07:56:03 +0000 (08:56 +0100)
Tatsuro Yamada

src/include/port/atomics/arch-x86.h

index 168a49c79345a7309f769e6cc07c2a3e7f0bb375..3e77f3fa811ec1e997eba84e0d42031d4ce9dcf7 100644 (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
- * 468 can't do it.
+ * 486 can't do it.
  */
 #ifdef __x86_64__
 #define PG_HAVE_ATOMIC_U64_SUPPORT