diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-11-25 17:56:53 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-11-25 17:56:53 +0000 |
commit | bdfa3baaee9ebe38b34193bb6c036b5551b15fbf (patch) | |
tree | 91bbef639ec93fd71282ed101ac144bffa98d3ea /src/os/unix/ngx_gcc_atomic_x86.h | |
parent | 213cad8e815a5a017a1fe2b254b5c041ea830d86 (diff) | |
download | nginx-bdfa3baaee9ebe38b34193bb6c036b5551b15fbf.tar.gz nginx-bdfa3baaee9ebe38b34193bb6c036b5551b15fbf.zip |
fix comment
Diffstat (limited to 'src/os/unix/ngx_gcc_atomic_x86.h')
-rw-r--r-- | src/os/unix/ngx_gcc_atomic_x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
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") |