]> git.kaiwu.me - nginx.git/commitdiff
fix comment
authorIgor Sysoev <igor@sysoev.ru>
Wed, 25 Nov 2009 17:56:53 +0000 (17:56 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 25 Nov 2009 17:56:53 +0000 (17:56 +0000)
src/os/unix/ngx_gcc_atomic_x86.h

index 27c353d0d11af009ecd34dd267ce07044224e34f..1951d00e24607238f77cc3f533801154c18e7767 100644 (file)
@@ -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")