From: Igor Sysoev Date: Wed, 25 Nov 2009 17:56:53 +0000 (+0000) Subject: fix comment X-Git-Tag: release-0.8.29~9 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=bdfa3baaee9ebe38b34193bb6c036b5551b15fbf;p=nginx.git fix comment --- diff --git a/src/os/unix/ngx_gcc_atomic_x86.h b/src/os/unix/ngx_gcc_atomic_x86.h index 27c353d0d..1951d00e2 100644 --- a/src/os/unix/ngx_gcc_atomic_x86.h +++ b/src/os/unix/ngx_gcc_atomic_x86.h @@ -122,5 +122,5 @@ ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add) #define ngx_memory_barrier() __asm__ volatile ("" ::: "memory") -/* old as does not support "pause" opcode */ +/* old "as" does not support "pause" opcode */ #define ngx_cpu_pause() __asm__ (".byte 0xf3, 0x90")