changeset 3364:86897b8c871b

fix comment
author Igor Sysoev <igor@sysoev.ru>
date Wed, 25 Nov 2009 17:56:53 +0000
parents b4aa418af6ef
children d518c65ff0d4
files src/os/unix/ngx_gcc_atomic_x86.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/os/unix/ngx_gcc_atomic_x86.h	Wed Nov 25 17:55:25 2009 +0000
+++ b/src/os/unix/ngx_gcc_atomic_x86.h	Wed Nov 25 17:56:53 2009 +0000
@@ -122,5 +122,5 @@
 
 #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")