From bdfa3baaee9ebe38b34193bb6c036b5551b15fbf Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 25 Nov 2009 17:56:53 +0000 Subject: [PATCH] fix comment --- src/os/unix/ngx_gcc_atomic_x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")