fix comment

This commit is contained in:
Igor Sysoev 2009-11-25 17:56:53 +00:00
parent 213cad8e81
commit bdfa3baaee

View 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")