8000 Fix typo in comment · postgres/postgres@2650486 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0