Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2650486

Browse files
committed
Fix typo in comment
Tatsuro Yamada
1 parent c662ef1 commit 2650486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ typedef struct pg_atomic_uint32
6767

6868
/*
6969
* It's too complicated to write inline asm for 64bit types on 32bit and the
70-
* 468 can't do it anyway.
70+
* 486 can't do it anyway.
7171
*/
7272
#ifdef __x86_64__
7373
#define PG_HAVE_ATOMIC_U64_SUPPORT

0 commit comments

Comments
 (0)